mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Fix ical library handling (again)
Newer versions of libical (which we require) store the header file in a libical/ subfolder and include an ical.h file that does a #warning for deprecation and then #includes <libical/ical.h>. Since we now test for libical/ical.h, we can change the #includes back to <libical/ical.h> and remove the test which specifically adds /usr/include/libical as an include directory. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266386 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
282
configure
vendored
282
configure
vendored
@@ -1,15 +1,13 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 265793 .
|
# From configure.ac Revision: 266289 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.65 for asterisk 1.6.
|
# Generated by GNU Autoconf 2.64 for asterisk 1.6.
|
||||||
#
|
#
|
||||||
# Report bugs to <www.asterisk.org>.
|
# Report bugs to <www.asterisk.org>.
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# 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, 2007, 2008, 2009 Free Software Foundation,
|
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
|
||||||
# Inc.
|
# Foundation, Inc.
|
||||||
#
|
|
||||||
#
|
#
|
||||||
# This configure script is free software; the Free Software Foundation
|
# This configure script is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy, distribute and modify it.
|
# gives unlimited permission to copy, distribute and modify it.
|
||||||
@@ -532,8 +530,7 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
|||||||
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
||||||
|
|
||||||
|
|
||||||
test -n "$DJDIR" || exec 7<&0 </dev/null
|
exec 7<&0 </dev/null 6>&1
|
||||||
exec 6>&1
|
|
||||||
|
|
||||||
# Name of the host.
|
# Name of the host.
|
||||||
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
||||||
@@ -1892,7 +1889,7 @@ Some influential environment variables:
|
|||||||
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
||||||
nonstandard directory <lib dir>
|
nonstandard directory <lib dir>
|
||||||
LIBS libraries to pass to the linker, e.g. -l<library>
|
LIBS libraries to pass to the linker, e.g. -l<library>
|
||||||
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
|
||||||
you have headers in a nonstandard directory <include dir>
|
you have headers in a nonstandard directory <include dir>
|
||||||
CPP C preprocessor
|
CPP C preprocessor
|
||||||
CXX C++ compiler command
|
CXX C++ compiler command
|
||||||
@@ -1966,7 +1963,7 @@ test -n "$ac_init_help" && exit $ac_status
|
|||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
asterisk configure 1.6
|
asterisk configure 1.6
|
||||||
generated by GNU Autoconf 2.65
|
generated by GNU Autoconf 2.64
|
||||||
|
|
||||||
Copyright (C) 2009 Free Software Foundation, Inc.
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
This configure script is free software; the Free Software Foundation
|
This configure script is free software; the Free Software Foundation
|
||||||
@@ -2015,7 +2012,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
ac_retval=1
|
ac_retval=1
|
||||||
fi
|
fi
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_c_try_compile
|
} # ac_fn_c_try_compile
|
||||||
|
|
||||||
@@ -2052,7 +2049,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
ac_retval=1
|
ac_retval=1
|
||||||
fi
|
fi
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_c_try_cpp
|
} # ac_fn_c_try_cpp
|
||||||
|
|
||||||
@@ -2187,7 +2184,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
fi
|
fi
|
||||||
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_c_try_run
|
} # ac_fn_c_try_run
|
||||||
|
|
||||||
@@ -2256,7 +2253,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
ac_retval=1
|
ac_retval=1
|
||||||
fi
|
fi
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_cxx_try_compile
|
} # ac_fn_cxx_try_compile
|
||||||
|
|
||||||
@@ -2293,7 +2290,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
ac_retval=1
|
ac_retval=1
|
||||||
fi
|
fi
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_cxx_try_cpp
|
} # ac_fn_cxx_try_cpp
|
||||||
|
|
||||||
@@ -2339,7 +2336,7 @@ fi
|
|||||||
# left behind by Apple's compiler. We do this before executing the actions.
|
# left behind by Apple's compiler. We do this before executing the actions.
|
||||||
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_c_try_link
|
} # ac_fn_c_try_link
|
||||||
|
|
||||||
@@ -2695,7 +2692,7 @@ rm -f conftest.val
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_c_compute_int
|
} # ac_fn_c_compute_int
|
||||||
|
|
||||||
@@ -2834,7 +2831,7 @@ fi
|
|||||||
# left behind by Apple's compiler. We do this before executing the actions.
|
# left behind by Apple's compiler. We do this before executing the actions.
|
||||||
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
||||||
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
||||||
as_fn_set_status $ac_retval
|
return $ac_retval
|
||||||
|
|
||||||
} # ac_fn_cxx_try_link
|
} # ac_fn_cxx_try_link
|
||||||
|
|
||||||
@@ -2873,7 +2870,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 asterisk $as_me 1.6, which was
|
It was created by asterisk $as_me 1.6, which was
|
||||||
generated by GNU Autoconf 2.65. Invocation command line was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
|
||||||
@@ -3126,7 +3123,7 @@ fi
|
|||||||
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
|
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
|
||||||
do
|
do
|
||||||
test "x$ac_site_file" = xNONE && continue
|
test "x$ac_site_file" = xNONE && continue
|
||||||
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
|
if test -r "$ac_site_file"; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
|
||||||
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
||||||
sed 's/^/| /' "$ac_site_file" >&5
|
sed 's/^/| /' "$ac_site_file" >&5
|
||||||
@@ -3135,9 +3132,9 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
|||||||
done
|
done
|
||||||
|
|
||||||
if test -r "$cache_file"; then
|
if test -r "$cache_file"; then
|
||||||
# Some versions of bash will fail to source /dev/null (special files
|
# Some versions of bash will fail to source /dev/null (special
|
||||||
# actually), so we avoid doing that. DJGPP emulates it as a regular file.
|
# files actually), so we avoid doing that.
|
||||||
if test /dev/null != "$cache_file" && test -f "$cache_file"; then
|
if test -f "$cache_file"; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
|
||||||
$as_echo "$as_me: loading cache $cache_file" >&6;}
|
$as_echo "$as_me: loading cache $cache_file" >&6;}
|
||||||
case $cache_file in
|
case $cache_file in
|
||||||
@@ -3151,9 +3148,6 @@ $as_echo "$as_me: creating cache $cache_file" >&6;}
|
|||||||
>$cache_file
|
>$cache_file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
as_fn_append ac_header_list " stdlib.h"
|
|
||||||
as_fn_append ac_header_list " unistd.h"
|
|
||||||
as_fn_append ac_header_list " sys/param.h"
|
|
||||||
as_fn_append ac_header_list " utime.h"
|
as_fn_append ac_header_list " utime.h"
|
||||||
# Check that the precious variables saved in the cache have kept the same
|
# Check that the precious variables saved in the cache have kept the same
|
||||||
# value.
|
# value.
|
||||||
@@ -3688,30 +3682,32 @@ $as_echo "$ac_try_echo"; } >&5
|
|||||||
... rest of stderr output deleted ...
|
... rest of stderr output deleted ...
|
||||||
10q' conftest.err >conftest.er1
|
10q' conftest.err >conftest.er1
|
||||||
cat conftest.er1 >&5
|
cat conftest.er1 >&5
|
||||||
fi
|
|
||||||
rm -f conftest.er1 conftest.err
|
rm -f conftest.er1 conftest.err
|
||||||
|
fi
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||||
test $ac_status = 0; }
|
test $ac_status = 0; }
|
||||||
done
|
done
|
||||||
|
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
#include <stdio.h>
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
FILE *f = fopen ("conftest.out", "w");
|
||||||
|
return ferror (f) || fclose (f) != 0;
|
||||||
|
|
||||||
;
|
;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
_ACEOF
|
_ACEOF
|
||||||
ac_clean_files_save=$ac_clean_files
|
ac_clean_files_save=$ac_clean_files
|
||||||
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
|
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
|
||||||
# Try to create an executable without -o first, disregard a.out.
|
# Try to create an executable without -o first, disregard a.out.
|
||||||
# It will help us diagnose broken compilers, and finding out an intuition
|
# It will help us diagnose broken compilers, and finding out an intuition
|
||||||
# of exeext.
|
# of exeext.
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
|
||||||
$as_echo_n "checking whether the C compiler works... " >&6; }
|
$as_echo_n "checking for C compiler default output file name... " >&6; }
|
||||||
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
||||||
|
|
||||||
# The possible output files:
|
# The possible output files:
|
||||||
@@ -3773,9 +3769,9 @@ test "$ac_cv_exeext" = no && ac_cv_exeext=
|
|||||||
else
|
else
|
||||||
ac_file=''
|
ac_file=''
|
||||||
fi
|
fi
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
|
||||||
|
$as_echo "$ac_file" >&6; }
|
||||||
if test -z "$ac_file"; then :
|
if test -z "$ac_file"; then :
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
||||||
$as_echo "no" >&6; }
|
|
||||||
$as_echo "$as_me: failed program was:" >&5
|
$as_echo "$as_me: failed program was:" >&5
|
||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
@@ -3784,18 +3780,51 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|||||||
{ as_fn_set_status 77
|
{ as_fn_set_status 77
|
||||||
as_fn_error "C compiler cannot create executables
|
as_fn_error "C compiler cannot create executables
|
||||||
See \`config.log' for more details." "$LINENO" 5; }; }
|
See \`config.log' for more details." "$LINENO" 5; }; }
|
||||||
else
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
||||||
$as_echo "yes" >&6; }
|
|
||||||
fi
|
fi
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
|
|
||||||
$as_echo_n "checking for C compiler default output file name... " >&6; }
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
|
|
||||||
$as_echo "$ac_file" >&6; }
|
|
||||||
ac_exeext=$ac_cv_exeext
|
ac_exeext=$ac_cv_exeext
|
||||||
|
|
||||||
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
|
# Check that the compiler produces executables we can run. If not, either
|
||||||
|
# the compiler is broken, or we cross compile.
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
|
||||||
|
$as_echo_n "checking whether the C compiler works... " >&6; }
|
||||||
|
# If not cross compiling, check that we can run a simple program.
|
||||||
|
if test "$cross_compiling" != yes; then
|
||||||
|
if { ac_try='./$ac_file'
|
||||||
|
{ { case "(($ac_try" in
|
||||||
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
*) ac_try_echo=$ac_try;;
|
||||||
|
esac
|
||||||
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
||||||
|
$as_echo "$ac_try_echo"; } >&5
|
||||||
|
(eval "$ac_try") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||||
|
test $ac_status = 0; }; }; then
|
||||||
|
cross_compiling=no
|
||||||
|
else
|
||||||
|
if test "$cross_compiling" = maybe; then
|
||||||
|
cross_compiling=yes
|
||||||
|
else
|
||||||
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||||||
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||||
|
as_fn_error "cannot run C compiled programs.
|
||||||
|
If you meant to cross compile, use \`--host'.
|
||||||
|
See \`config.log' for more details." "$LINENO" 5; }
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||||
|
$as_echo "yes" >&6; }
|
||||||
|
|
||||||
|
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
|
||||||
ac_clean_files=$ac_clean_files_save
|
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.
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
|
||||||
|
$as_echo_n "checking whether we are cross compiling... " >&6; }
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
|
||||||
|
$as_echo "$cross_compiling" >&6; }
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
|
||||||
$as_echo_n "checking for suffix of executables... " >&6; }
|
$as_echo_n "checking for suffix of executables... " >&6; }
|
||||||
if { { ac_try="$ac_link"
|
if { { ac_try="$ac_link"
|
||||||
@@ -3828,72 +3857,13 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|||||||
as_fn_error "cannot compute suffix of executables: cannot compile and link
|
as_fn_error "cannot compute suffix of executables: cannot compile and link
|
||||||
See \`config.log' for more details." "$LINENO" 5; }
|
See \`config.log' for more details." "$LINENO" 5; }
|
||||||
fi
|
fi
|
||||||
rm -f conftest conftest$ac_cv_exeext
|
rm -f conftest$ac_cv_exeext
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
|
||||||
$as_echo "$ac_cv_exeext" >&6; }
|
$as_echo "$ac_cv_exeext" >&6; }
|
||||||
|
|
||||||
rm -f conftest.$ac_ext
|
rm -f conftest.$ac_ext
|
||||||
EXEEXT=$ac_cv_exeext
|
EXEEXT=$ac_cv_exeext
|
||||||
ac_exeext=$EXEEXT
|
ac_exeext=$EXEEXT
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
||||||
/* end confdefs.h. */
|
|
||||||
#include <stdio.h>
|
|
||||||
int
|
|
||||||
main ()
|
|
||||||
{
|
|
||||||
FILE *f = fopen ("conftest.out", "w");
|
|
||||||
return ferror (f) || fclose (f) != 0;
|
|
||||||
|
|
||||||
;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
_ACEOF
|
|
||||||
ac_clean_files="$ac_clean_files conftest.out"
|
|
||||||
# Check that the compiler produces executables we can run. If not, either
|
|
||||||
# the compiler is broken, or we cross compile.
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
|
|
||||||
$as_echo_n "checking whether we are cross compiling... " >&6; }
|
|
||||||
if test "$cross_compiling" != yes; then
|
|
||||||
{ { 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:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
||||||
$as_echo "$ac_try_echo"; } >&5
|
|
||||||
(eval "$ac_link") 2>&5
|
|
||||||
ac_status=$?
|
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
||||||
test $ac_status = 0; }
|
|
||||||
if { ac_try='./conftest$ac_cv_exeext'
|
|
||||||
{ { case "(($ac_try" in
|
|
||||||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
||||||
*) ac_try_echo=$ac_try;;
|
|
||||||
esac
|
|
||||||
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
||||||
$as_echo "$ac_try_echo"; } >&5
|
|
||||||
(eval "$ac_try") 2>&5
|
|
||||||
ac_status=$?
|
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
||||||
test $ac_status = 0; }; }; then
|
|
||||||
cross_compiling=no
|
|
||||||
else
|
|
||||||
if test "$cross_compiling" = maybe; then
|
|
||||||
cross_compiling=yes
|
|
||||||
else
|
|
||||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
||||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
||||||
as_fn_error "cannot run C compiled programs.
|
|
||||||
If you meant to cross compile, use \`--host'.
|
|
||||||
See \`config.log' for more details." "$LINENO" 5; }
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
|
|
||||||
$as_echo "$cross_compiling" >&6; }
|
|
||||||
|
|
||||||
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
|
|
||||||
ac_clean_files=$ac_clean_files_save
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
|
||||||
$as_echo_n "checking for suffix of object files... " >&6; }
|
$as_echo_n "checking for suffix of object files... " >&6; }
|
||||||
if test "${ac_cv_objext+set}" = set; then :
|
if test "${ac_cv_objext+set}" = set; then :
|
||||||
@@ -5519,8 +5489,8 @@ $as_echo "$ac_try_echo"; } >&5
|
|||||||
... rest of stderr output deleted ...
|
... rest of stderr output deleted ...
|
||||||
10q' conftest.err >conftest.er1
|
10q' conftest.err >conftest.er1
|
||||||
cat conftest.er1 >&5
|
cat conftest.er1 >&5
|
||||||
fi
|
|
||||||
rm -f conftest.er1 conftest.err
|
rm -f conftest.er1 conftest.err
|
||||||
|
fi
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||||
test $ac_status = 0; }
|
test $ac_status = 0; }
|
||||||
done
|
done
|
||||||
@@ -5867,8 +5837,8 @@ $as_echo "$ac_try_echo"; } >&5
|
|||||||
... rest of stderr output deleted ...
|
... rest of stderr output deleted ...
|
||||||
10q' conftest.err >conftest.er1
|
10q' conftest.err >conftest.er1
|
||||||
cat conftest.er1 >&5
|
cat conftest.er1 >&5
|
||||||
fi
|
|
||||||
rm -f conftest.er1 conftest.err
|
rm -f conftest.er1 conftest.err
|
||||||
|
fi
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||||
test $ac_status = 0; }
|
test $ac_status = 0; }
|
||||||
done
|
done
|
||||||
@@ -12604,14 +12574,10 @@ test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
for ac_header in stdlib.h unistd.h
|
||||||
|
|
||||||
|
|
||||||
for ac_header in $ac_header_list
|
|
||||||
do :
|
do :
|
||||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||||
"
|
|
||||||
eval as_val=\$$as_ac_Header
|
eval as_val=\$$as_ac_Header
|
||||||
if test "x$as_val" = x""yes; then :
|
if test "x$as_val" = x""yes; then :
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@@ -12622,13 +12588,6 @@ fi
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_func in getpagesize
|
for ac_func in getpagesize
|
||||||
do :
|
do :
|
||||||
ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
|
ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
|
||||||
@@ -12685,6 +12644,11 @@ char *malloc ();
|
|||||||
|
|
||||||
/* This mess was copied from the GNU getpagesize.h. */
|
/* This mess was copied from the GNU getpagesize.h. */
|
||||||
#ifndef HAVE_GETPAGESIZE
|
#ifndef HAVE_GETPAGESIZE
|
||||||
|
/* Assume that all systems that can run configure have sys/param.h. */
|
||||||
|
# ifndef HAVE_SYS_PARAM_H
|
||||||
|
# define HAVE_SYS_PARAM_H 1
|
||||||
|
# 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 */
|
||||||
@@ -12719,9 +12683,8 @@ int
|
|||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
char *data, *data2, *data3;
|
char *data, *data2, *data3;
|
||||||
const char *cdata2;
|
|
||||||
int i, pagesize;
|
int i, pagesize;
|
||||||
int fd, fd2;
|
int fd;
|
||||||
|
|
||||||
pagesize = getpagesize ();
|
pagesize = getpagesize ();
|
||||||
|
|
||||||
@@ -12734,41 +12697,27 @@ main ()
|
|||||||
umask (0);
|
umask (0);
|
||||||
fd = creat ("conftest.mmap", 0600);
|
fd = creat ("conftest.mmap", 0600);
|
||||||
if (fd < 0)
|
if (fd < 0)
|
||||||
return 2;
|
return 1;
|
||||||
if (write (fd, data, pagesize) != pagesize)
|
if (write (fd, data, pagesize) != pagesize)
|
||||||
return 3;
|
return 1;
|
||||||
close (fd);
|
close (fd);
|
||||||
|
|
||||||
/* Next, check that the tail of a page is zero-filled. File must have
|
|
||||||
non-zero length, otherwise we risk SIGBUS for entire page. */
|
|
||||||
fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
|
|
||||||
if (fd2 < 0)
|
|
||||||
return 4;
|
|
||||||
cdata2 = "";
|
|
||||||
if (write (fd2, cdata2, 1) != 1)
|
|
||||||
return 5;
|
|
||||||
data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
|
|
||||||
if (data2 == MAP_FAILED)
|
|
||||||
return 6;
|
|
||||||
for (i = 0; i < pagesize; ++i)
|
|
||||||
if (*(data2 + i))
|
|
||||||
return 7;
|
|
||||||
close (fd2);
|
|
||||||
if (munmap (data2, pagesize))
|
|
||||||
return 8;
|
|
||||||
|
|
||||||
/* Next, try to mmap the file at a fixed address which already has
|
/* Next, try to mmap the file at a fixed address which already has
|
||||||
something else allocated at it. If we can, also make sure that
|
something else allocated at it. If we can, also make sure that
|
||||||
we see the same garbage. */
|
we see the same garbage. */
|
||||||
fd = open ("conftest.mmap", O_RDWR);
|
fd = open ("conftest.mmap", O_RDWR);
|
||||||
if (fd < 0)
|
if (fd < 0)
|
||||||
return 9;
|
return 1;
|
||||||
|
data2 = (char *) malloc (2 * pagesize);
|
||||||
|
if (!data2)
|
||||||
|
return 1;
|
||||||
|
data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
|
||||||
if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|
if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|
||||||
MAP_PRIVATE | MAP_FIXED, fd, 0L))
|
MAP_PRIVATE | MAP_FIXED, fd, 0L))
|
||||||
return 10;
|
return 1;
|
||||||
for (i = 0; i < pagesize; ++i)
|
for (i = 0; i < pagesize; ++i)
|
||||||
if (*(data + i) != *(data2 + i))
|
if (*(data + i) != *(data2 + i))
|
||||||
return 11;
|
return 1;
|
||||||
|
|
||||||
/* Finally, make sure that changes to the mapped area do not
|
/* Finally, make sure that changes to the mapped area do not
|
||||||
percolate back to the file as seen by read(). (This is a bug on
|
percolate back to the file as seen by read(). (This is a bug on
|
||||||
@@ -12777,12 +12726,12 @@ main ()
|
|||||||
*(data2 + i) = *(data2 + i) + 1;
|
*(data2 + i) = *(data2 + i) + 1;
|
||||||
data3 = (char *) malloc (pagesize);
|
data3 = (char *) malloc (pagesize);
|
||||||
if (!data3)
|
if (!data3)
|
||||||
return 12;
|
return 1;
|
||||||
if (read (fd, data3, pagesize) != pagesize)
|
if (read (fd, data3, pagesize) != pagesize)
|
||||||
return 13;
|
return 1;
|
||||||
for (i = 0; i < pagesize; ++i)
|
for (i = 0; i < pagesize; ++i)
|
||||||
if (*(data + i) != *(data3 + i))
|
if (*(data + i) != *(data3 + i))
|
||||||
return 14;
|
return 1;
|
||||||
close (fd);
|
close (fd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -12804,7 +12753,7 @@ if test $ac_cv_func_mmap_fixed_mapped = yes; then
|
|||||||
$as_echo "#define HAVE_MMAP 1" >>confdefs.h
|
$as_echo "#define HAVE_MMAP 1" >>confdefs.h
|
||||||
|
|
||||||
fi
|
fi
|
||||||
rm -f conftest.mmap conftest.txt
|
rm -f conftest.mmap
|
||||||
|
|
||||||
for ac_header in sys/select.h sys/socket.h
|
for ac_header in sys/select.h sys/socket.h
|
||||||
do :
|
do :
|
||||||
@@ -12922,8 +12871,8 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat dereferences a symlink specified with a trailing slash" >&5
|
||||||
$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
|
$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 :
|
if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
|
||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
@@ -12940,7 +12889,7 @@ int
|
|||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
struct stat sbuf;
|
struct stat sbuf;
|
||||||
/* Linux will dereference the symlink and fail, as required by POSIX.
|
/* Linux will dereference the symlink and fail.
|
||||||
That is better in the sense that it means we will not
|
That is better in the sense that it means we will not
|
||||||
have to compile and use the lstat wrapper. */
|
have to compile and use the lstat wrapper. */
|
||||||
return lstat ("conftest.sym/", &sbuf) == 0;
|
return lstat ("conftest.sym/", &sbuf) == 0;
|
||||||
@@ -12975,7 +12924,7 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
|
if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
|
||||||
case " $LIBOBJS " in
|
case " $LIBOBJS " in
|
||||||
*" lstat.$ac_objext "* ) ;;
|
*" lstat.$ac_objext "* ) ;;
|
||||||
*) LIBOBJS="$LIBOBJS lstat.$ac_objext"
|
*) LIBOBJS="$LIBOBJS lstat.$ac_objext"
|
||||||
@@ -13293,6 +13242,24 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for ac_header in $ac_header_list
|
||||||
|
do :
|
||||||
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
|
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
|
||||||
|
"
|
||||||
|
eval as_val=\$$as_ac_Header
|
||||||
|
if test "x$as_val" = x""yes; then :
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utime accepts a null argument" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utime accepts a null argument" >&5
|
||||||
$as_echo_n "checking whether utime accepts a null argument... " >&6; }
|
$as_echo_n "checking whether utime accepts a null argument... " >&6; }
|
||||||
if test "${ac_cv_func_utime_null+set}" = set; then :
|
if test "${ac_cv_func_utime_null+set}" = set; then :
|
||||||
@@ -16672,9 +16639,6 @@ _ACEOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if test x"${PBX_ICAL}" = x1; then
|
|
||||||
ICAL_INCLUDE+=" -I/usr/include/libical"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
if test "x${PBX_ICAL}" != "x1" -a "${USE_ICAL}" != "no"; then
|
if test "x${PBX_ICAL}" != "x1" -a "${USE_ICAL}" != "no"; then
|
||||||
@@ -28405,7 +28369,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by asterisk $as_me 1.6, which was
|
This file was extended by asterisk $as_me 1.6, which was
|
||||||
generated by GNU Autoconf 2.65. Invocation command line was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
CONFIG_HEADERS = $CONFIG_HEADERS
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||||||
@@ -28444,7 +28408,6 @@ Usage: $0 [OPTION]... [TAG]...
|
|||||||
|
|
||||||
-h, --help print this help, then exit
|
-h, --help print this help, then exit
|
||||||
-V, --version print version number and configuration settings, then exit
|
-V, --version print version number and configuration settings, then exit
|
||||||
--config print configuration, then exit
|
|
||||||
-q, --quiet, --silent
|
-q, --quiet, --silent
|
||||||
do not print progress messages
|
do not print progress messages
|
||||||
-d, --debug don't remove temporary files
|
-d, --debug don't remove temporary files
|
||||||
@@ -28464,11 +28427,10 @@ Report bugs to <www.asterisk.org>."
|
|||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
asterisk config.status 1.6
|
asterisk config.status 1.6
|
||||||
configured by $0, generated by GNU Autoconf 2.65,
|
configured by $0, generated by GNU Autoconf 2.64,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||||
|
|
||||||
Copyright (C) 2009 Free Software Foundation, Inc.
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
This config.status script is free software; the Free Software Foundation
|
This config.status script is free software; the Free Software Foundation
|
||||||
@@ -28505,8 +28467,6 @@ do
|
|||||||
ac_cs_recheck=: ;;
|
ac_cs_recheck=: ;;
|
||||||
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
||||||
$as_echo "$ac_cs_version"; exit ;;
|
$as_echo "$ac_cs_version"; exit ;;
|
||||||
--config | --confi | --conf | --con | --co | --c )
|
|
||||||
$as_echo "$ac_cs_config"; exit ;;
|
|
||||||
--debug | --debu | --deb | --de | --d | -d )
|
--debug | --debu | --deb | --de | --d | -d )
|
||||||
debug=: ;;
|
debug=: ;;
|
||||||
--file | --fil | --fi | --f )
|
--file | --fil | --fi | --f )
|
||||||
@@ -28689,7 +28649,7 @@ s/'"$ac_delim"'$//
|
|||||||
t delim
|
t delim
|
||||||
:nl
|
:nl
|
||||||
h
|
h
|
||||||
s/\(.\{148\}\)..*/\1/
|
s/\(.\{148\}\).*/\1/
|
||||||
t more1
|
t more1
|
||||||
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
|
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
|
||||||
p
|
p
|
||||||
@@ -28703,7 +28663,7 @@ s/.\{148\}//
|
|||||||
t nl
|
t nl
|
||||||
:delim
|
:delim
|
||||||
h
|
h
|
||||||
s/\(.\{148\}\)..*/\1/
|
s/\(.\{148\}\).*/\1/
|
||||||
t more2
|
t more2
|
||||||
s/["\\]/\\&/g; s/^/"/; s/$/"/
|
s/["\\]/\\&/g; s/^/"/; s/$/"/
|
||||||
p
|
p
|
||||||
|
@@ -924,9 +924,6 @@ AST_EXT_LIB_CHECK([ICONV], [c], [iconv_close], [iconv.h])
|
|||||||
|
|
||||||
# Some distributions (like RedHat) add a libical subdirectory for the headers
|
# Some distributions (like RedHat) add a libical subdirectory for the headers
|
||||||
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_get_utc_timezone], [libical/ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_get_utc_timezone], [libical/ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
||||||
if test x"${PBX_ICAL}" = x1; then
|
|
||||||
ICAL_INCLUDE+=" -I/usr/include/libical"
|
|
||||||
fi
|
|
||||||
|
|
||||||
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||||
|
|
||||||
#include <ical.h>
|
#include <libical/ical.h>
|
||||||
#include <ne_session.h>
|
#include <ne_session.h>
|
||||||
#include <ne_uri.h>
|
#include <ne_uri.h>
|
||||||
#include <ne_request.h>
|
#include <ne_request.h>
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||||
|
|
||||||
#include <ical.h>
|
#include <libical/ical.h>
|
||||||
#include <ne_session.h>
|
#include <ne_session.h>
|
||||||
#include <ne_uri.h>
|
#include <ne_uri.h>
|
||||||
#include <ne_request.h>
|
#include <ne_request.h>
|
||||||
|
Reference in New Issue
Block a user