|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
# From configure.ac Revision: 196947 .
|
|
|
|
|
# From configure.ac Revision: 200989 .
|
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
|
|
# Generated by GNU Autoconf 2.63 for asterisk 1.6.
|
|
|
|
|
#
|
|
|
|
@ -17470,13 +17470,6 @@ $as_echo_n "checking for compiler 'attribute pure' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -17485,7 +17478,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((pure)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((pure)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17536,7 +17529,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17591,13 +17584,6 @@ $as_echo_n "checking for compiler 'attribute malloc' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -17606,7 +17592,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((malloc)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((malloc)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17657,7 +17643,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17712,13 +17698,6 @@ $as_echo_n "checking for compiler 'attribute const' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -17727,7 +17706,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((const)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((const)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17778,7 +17757,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17833,13 +17812,6 @@ $as_echo_n "checking for compiler 'attribute unused' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -17848,7 +17820,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((unused)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((unused)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17899,7 +17871,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -17954,13 +17926,6 @@ $as_echo_n "checking for compiler 'attribute always_inline' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -17969,7 +17934,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((always_inline)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((always_inline)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18020,7 +17985,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18075,13 +18040,6 @@ $as_echo_n "checking for compiler 'attribute deprecated' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -18090,7 +18048,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((deprecated)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((deprecated)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18141,7 +18099,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18196,13 +18154,6 @@ $as_echo_n "checking for compiler 'attribute sentinel' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -18211,7 +18162,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((sentinel)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((sentinel)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18262,7 +18213,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18317,13 +18268,6 @@ $as_echo_n "checking for compiler 'attribute warn_unused_result' support... " >&
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -18332,7 +18276,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((warn_unused_result)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((warn_unused_result)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18383,7 +18327,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18438,13 +18382,6 @@ $as_echo_n "checking for compiler 'attribute weak' support... " >&6; }
|
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wall -Wno-unused -Werror"
|
|
|
|
|
|
|
|
|
|
if test "x""" = "x"
|
|
|
|
|
then
|
|
|
|
|
attribute_scope="static"
|
|
|
|
|
else
|
|
|
|
|
attribute_scope=""""
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x" = "x"
|
|
|
|
|
then
|
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@ -18453,7 +18390,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__((weak)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__((weak)) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
@ -18504,7 +18441,7 @@ _ACEOF
|
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$attribute_scope void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
void __attribute__(()) *test(void *muffin, ...) {return (void *) 0;}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|