~ubuntu-branches/debian/squeeze/libnice/squeeze

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2010-05-20 14:38:50 UTC
  • mfrom: (1.2.4 upstream) (5.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100520143850-413jycrqvl22ukg5
Tags: 0.0.12-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.64 for libnice 0.0.10.
 
3
# Generated by GNU Autoconf 2.65 for libnice 0.0.12.
 
4
#
4
5
#
5
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7
 
# Foundation, Inc.
 
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
8
# Inc.
 
9
#
8
10
#
9
11
# This configure script is free software; the Free Software Foundation
10
12
# gives unlimited permission to copy, distribute and modify it.
673
675
 
674
676
 
675
677
 
676
 
exec 7<&0 </dev/null 6>&1
 
678
test -n "$DJDIR" || exec 7<&0 </dev/null
 
679
exec 6>&1
677
680
 
678
681
# Name of the host.
679
682
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
695
698
# Identity of this package.
696
699
PACKAGE_NAME='libnice'
697
700
PACKAGE_TARNAME='libnice'
698
 
PACKAGE_VERSION='0.0.10'
699
 
PACKAGE_STRING='libnice 0.0.10'
 
701
PACKAGE_VERSION='0.0.12'
 
702
PACKAGE_STRING='libnice 0.0.12'
700
703
PACKAGE_BUGREPORT=''
701
704
PACKAGE_URL=''
702
705
 
741
744
am__EXEEXT_TRUE
742
745
LTLIBOBJS
743
746
LIBOBJS
 
747
GTK_DOC_USE_REBASE_FALSE
 
748
GTK_DOC_USE_REBASE_TRUE
744
749
GTK_DOC_USE_LIBTOOL_FALSE
745
750
GTK_DOC_USE_LIBTOOL_TRUE
 
751
GTK_DOC_BUILD_PDF_FALSE
 
752
GTK_DOC_BUILD_PDF_TRUE
 
753
GTK_DOC_BUILD_HTML_FALSE
 
754
GTK_DOC_BUILD_HTML_TRUE
746
755
ENABLE_GTK_DOC_FALSE
747
756
ENABLE_GTK_DOC_TRUE
 
757
HTML_DIR
 
758
GTKDOC_MKPDF
 
759
GTKDOC_REBASE
748
760
GTKDOC_CHECK
749
 
HTML_DIR
750
761
CCACHE_DISABLE
751
762
HAVE_GUPNP
752
763
GUPNP_LIBS
883
894
enable_coverage
884
895
with_html_dir
885
896
enable_gtk_doc
 
897
enable_gtk_doc_html
 
898
enable_gtk_doc_pdf
886
899
'
887
900
      ac_precious_vars='build_alias
888
901
host_alias
1441
1454
  # Omit some internal or obsolete options to make the list less imposing.
1442
1455
  # This message is too long to be a string in the A/UX 3.1 sh.
1443
1456
  cat <<_ACEOF
1444
 
\`configure' configures libnice 0.0.10 to adapt to many kinds of systems.
 
1457
\`configure' configures libnice 0.0.12 to adapt to many kinds of systems.
1445
1458
 
1446
1459
Usage: $0 [OPTION]... [VAR=VALUE]...
1447
1460
 
1511
1524
 
1512
1525
if test -n "$ac_init_help"; then
1513
1526
  case $ac_init_help in
1514
 
     short | recursive ) echo "Configuration of libnice 0.0.10:";;
 
1527
     short | recursive ) echo "Configuration of libnice 0.0.12:";;
1515
1528
   esac
1516
1529
  cat <<\_ACEOF
1517
1530
 
1529
1542
  --disable-assert        turn off assertions
1530
1543
  --disable-gupnp         Disable GUPnP IGD support
1531
1544
  --enable-coverage       build for test coverage (default disabled)
1532
 
  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
 
1545
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
 
1546
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
 
1547
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
1533
1548
 
1534
1549
Optional Packages:
1535
1550
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1546
1561
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1547
1562
              nonstandard directory <lib dir>
1548
1563
  LIBS        libraries to pass to the linker, e.g. -l<library>
1549
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
1564
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1550
1565
              you have headers in a nonstandard directory <include dir>
1551
1566
  CPP         C preprocessor
1552
1567
  PKG_CONFIG  path to pkg-config utility
1624
1639
test -n "$ac_init_help" && exit $ac_status
1625
1640
if $ac_init_version; then
1626
1641
  cat <<\_ACEOF
1627
 
libnice configure 0.0.10
1628
 
generated by GNU Autoconf 2.64
 
1642
libnice configure 0.0.12
 
1643
generated by GNU Autoconf 2.65
1629
1644
 
1630
1645
Copyright (C) 2009 Free Software Foundation, Inc.
1631
1646
This configure script is free software; the Free Software Foundation
1672
1687
        ac_retval=1
1673
1688
fi
1674
1689
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675
 
  return $ac_retval
 
1690
  as_fn_set_status $ac_retval
1676
1691
 
1677
1692
} # ac_fn_c_try_compile
1678
1693
 
1709
1724
    ac_retval=1
1710
1725
fi
1711
1726
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1712
 
  return $ac_retval
 
1727
  as_fn_set_status $ac_retval
1713
1728
 
1714
1729
} # ac_fn_c_try_cpp
1715
1730
 
1838
1853
fi
1839
1854
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1840
1855
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1841
 
  return $ac_retval
 
1856
  as_fn_set_status $ac_retval
1842
1857
 
1843
1858
} # ac_fn_c_try_run
1844
1859
 
1915
1930
  # left behind by Apple's compiler.  We do this before executing the actions.
1916
1931
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1917
1932
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1918
 
  return $ac_retval
 
1933
  as_fn_set_status $ac_retval
1919
1934
 
1920
1935
} # ac_fn_c_try_link
1921
1936
 
2043
2058
This file contains any messages produced by compilers while
2044
2059
running configure, to aid debugging if configure makes a mistake.
2045
2060
 
2046
 
It was created by libnice $as_me 0.0.10, which was
2047
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2061
It was created by libnice $as_me 0.0.12, which was
 
2062
generated by GNU Autoconf 2.65.  Invocation command line was
2048
2063
 
2049
2064
  $ $0 $@
2050
2065
 
2297
2312
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2298
2313
do
2299
2314
  test "x$ac_site_file" = xNONE && continue
2300
 
  if test -r "$ac_site_file"; then
 
2315
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2301
2316
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2302
2317
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2303
2318
    sed 's/^/| /' "$ac_site_file" >&5
2306
2321
done
2307
2322
 
2308
2323
if test -r "$cache_file"; then
2309
 
  # Some versions of bash will fail to source /dev/null (special
2310
 
  # files actually), so we avoid doing that.
2311
 
  if test -f "$cache_file"; then
 
2324
  # Some versions of bash will fail to source /dev/null (special files
 
2325
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
2326
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2312
2327
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2313
2328
$as_echo "$as_me: loading cache $cache_file" >&6;}
2314
2329
    case $cache_file in
2732
2747
 
2733
2748
fi
2734
2749
 
 
2750
  test -d ./--version && rmdir ./--version
2735
2751
  if test "${ac_cv_path_mkdir+set}" = set; then
2736
2752
    MKDIR_P="$ac_cv_path_mkdir -p"
2737
2753
  else
2739
2755
    # value for MKDIR_P within a source directory, because that will
2740
2756
    # break other packages using the cache if that directory is
2741
2757
    # removed, or if the value is a relative name.
2742
 
    test -d ./--version && rmdir ./--version
2743
2758
    MKDIR_P="$ac_install_sh -d"
2744
2759
  fi
2745
2760
fi
2856
2871
 
2857
2872
# Define the identity of the package.
2858
2873
 PACKAGE='libnice'
2859
 
 VERSION='0.0.10'
 
2874
 VERSION='0.0.12'
2860
2875
 
2861
2876
 
2862
2877
cat >>confdefs.h <<_ACEOF
2906
2921
#      Increment CURRENT and AGE. Set REVISION to 0
2907
2922
#    If there was an incompatible interface change:
2908
2923
#      Increment CURRENT. Set AGE and REVISION to 0
2909
 
LIBNICE_CURRENT=6
 
2924
LIBNICE_CURRENT=8
2910
2925
LIBNICE_REVISION=0
2911
 
LIBNICE_AGE=6
 
2926
LIBNICE_AGE=8
2912
2927
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
2913
2928
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
2914
2929
 
3238
3253
... rest of stderr output deleted ...
3239
3254
         10q' conftest.err >conftest.er1
3240
3255
    cat conftest.er1 >&5
3241
 
    rm -f conftest.er1 conftest.err
3242
3256
  fi
 
3257
  rm -f conftest.er1 conftest.err
3243
3258
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3244
3259
  test $ac_status = 0; }
3245
3260
done
3246
3261
 
3247
3262
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3248
3263
/* end confdefs.h.  */
3249
 
#include <stdio.h>
 
3264
 
3250
3265
int
3251
3266
main ()
3252
3267
{
3253
 
FILE *f = fopen ("conftest.out", "w");
3254
 
 return ferror (f) || fclose (f) != 0;
3255
3268
 
3256
3269
  ;
3257
3270
  return 0;
3258
3271
}
3259
3272
_ACEOF
3260
3273
ac_clean_files_save=$ac_clean_files
3261
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
3274
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3262
3275
# Try to create an executable without -o first, disregard a.out.
3263
3276
# It will help us diagnose broken compilers, and finding out an intuition
3264
3277
# of exeext.
3265
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3266
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
3279
$as_echo_n "checking whether the C compiler works... " >&6; }
3267
3280
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3268
3281
 
3269
3282
# The possible output files:
3325
3338
else
3326
3339
  ac_file=''
3327
3340
fi
3328
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3329
 
$as_echo "$ac_file" >&6; }
3330
3341
if test -z "$ac_file"; then :
3331
 
  $as_echo "$as_me: failed program was:" >&5
 
3342
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3343
$as_echo "no" >&6; }
 
3344
$as_echo "$as_me: failed program was:" >&5
3332
3345
sed 's/^/| /' conftest.$ac_ext >&5
3333
3346
 
3334
3347
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3336
3349
{ as_fn_set_status 77
3337
3350
as_fn_error "C compiler cannot create executables
3338
3351
See \`config.log' for more details." "$LINENO" 5; }; }
 
3352
else
 
3353
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
3354
$as_echo "yes" >&6; }
3339
3355
fi
 
3356
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
3357
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3358
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
3359
$as_echo "$ac_file" >&6; }
3340
3360
ac_exeext=$ac_cv_exeext
3341
3361
 
3342
 
# Check that the compiler produces executables we can run.  If not, either
3343
 
# the compiler is broken, or we cross compile.
3344
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3345
 
$as_echo_n "checking whether the C compiler works... " >&6; }
3346
 
# If not cross compiling, check that we can run a simple program.
3347
 
if test "$cross_compiling" != yes; then
3348
 
  if { ac_try='./$ac_file'
3349
 
  { { case "(($ac_try" in
3350
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3351
 
  *) ac_try_echo=$ac_try;;
3352
 
esac
3353
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3354
 
$as_echo "$ac_try_echo"; } >&5
3355
 
  (eval "$ac_try") 2>&5
3356
 
  ac_status=$?
3357
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3358
 
  test $ac_status = 0; }; }; then
3359
 
    cross_compiling=no
3360
 
  else
3361
 
    if test "$cross_compiling" = maybe; then
3362
 
        cross_compiling=yes
3363
 
    else
3364
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3365
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3366
 
as_fn_error "cannot run C compiled programs.
3367
 
If you meant to cross compile, use \`--host'.
3368
 
See \`config.log' for more details." "$LINENO" 5; }
3369
 
    fi
3370
 
  fi
3371
 
fi
3372
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3373
 
$as_echo "yes" >&6; }
3374
 
 
3375
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
3362
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3376
3363
ac_clean_files=$ac_clean_files_save
3377
 
# Check that the compiler produces executables we can run.  If not, either
3378
 
# the compiler is broken, or we cross compile.
3379
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3380
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
3381
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3382
 
$as_echo "$cross_compiling" >&6; }
3383
 
 
3384
3364
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3385
3365
$as_echo_n "checking for suffix of executables... " >&6; }
3386
3366
if { { ac_try="$ac_link"
3413
3393
as_fn_error "cannot compute suffix of executables: cannot compile and link
3414
3394
See \`config.log' for more details." "$LINENO" 5; }
3415
3395
fi
3416
 
rm -f conftest$ac_cv_exeext
 
3396
rm -f conftest conftest$ac_cv_exeext
3417
3397
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3418
3398
$as_echo "$ac_cv_exeext" >&6; }
3419
3399
 
3420
3400
rm -f conftest.$ac_ext
3421
3401
EXEEXT=$ac_cv_exeext
3422
3402
ac_exeext=$EXEEXT
 
3403
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3404
/* end confdefs.h.  */
 
3405
#include <stdio.h>
 
3406
int
 
3407
main ()
 
3408
{
 
3409
FILE *f = fopen ("conftest.out", "w");
 
3410
 return ferror (f) || fclose (f) != 0;
 
3411
 
 
3412
  ;
 
3413
  return 0;
 
3414
}
 
3415
_ACEOF
 
3416
ac_clean_files="$ac_clean_files conftest.out"
 
3417
# Check that the compiler produces executables we can run.  If not, either
 
3418
# the compiler is broken, or we cross compile.
 
3419
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
3420
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
3421
if test "$cross_compiling" != yes; then
 
3422
  { { ac_try="$ac_link"
 
3423
case "(($ac_try" in
 
3424
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3425
  *) ac_try_echo=$ac_try;;
 
3426
esac
 
3427
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3428
$as_echo "$ac_try_echo"; } >&5
 
3429
  (eval "$ac_link") 2>&5
 
3430
  ac_status=$?
 
3431
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3432
  test $ac_status = 0; }
 
3433
  if { ac_try='./conftest$ac_cv_exeext'
 
3434
  { { case "(($ac_try" in
 
3435
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3436
  *) ac_try_echo=$ac_try;;
 
3437
esac
 
3438
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3439
$as_echo "$ac_try_echo"; } >&5
 
3440
  (eval "$ac_try") 2>&5
 
3441
  ac_status=$?
 
3442
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3443
  test $ac_status = 0; }; }; then
 
3444
    cross_compiling=no
 
3445
  else
 
3446
    if test "$cross_compiling" = maybe; then
 
3447
        cross_compiling=yes
 
3448
    else
 
3449
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3450
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3451
as_fn_error "cannot run C compiled programs.
 
3452
If you meant to cross compile, use \`--host'.
 
3453
See \`config.log' for more details." "$LINENO" 5; }
 
3454
    fi
 
3455
  fi
 
3456
fi
 
3457
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
3458
$as_echo "$cross_compiling" >&6; }
 
3459
 
 
3460
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
3461
ac_clean_files=$ac_clean_files_save
3423
3462
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3424
3463
$as_echo_n "checking for suffix of object files... " >&6; }
3425
3464
if test "${ac_cv_objext+set}" = set; then :
4340
4379
 
4341
4380
 
4342
4381
 
4343
 
macro_version='2.2.6'
4344
 
macro_revision='1.3012'
 
4382
macro_version='2.2.6b'
 
4383
macro_revision='1.3017'
4345
4384
 
4346
4385
 
4347
4386
 
4882
4921
else
4883
4922
  lt_cv_nm_interface="BSD nm"
4884
4923
  echo "int some_variable = 0;" > conftest.$ac_ext
4885
 
  (eval echo "\"\$as_me:4885: $ac_compile\"" >&5)
 
4924
  (eval echo "\"\$as_me:4924: $ac_compile\"" >&5)
4886
4925
  (eval "$ac_compile" 2>conftest.err)
4887
4926
  cat conftest.err >&5
4888
 
  (eval echo "\"\$as_me:4888: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
4927
  (eval echo "\"\$as_me:4927: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4889
4928
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4890
4929
  cat conftest.err >&5
4891
 
  (eval echo "\"\$as_me:4891: output\"" >&5)
 
4930
  (eval echo "\"\$as_me:4930: output\"" >&5)
4892
4931
  cat conftest.out >&5
4893
4932
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4894
4933
    lt_cv_nm_interface="MS dumpbin"
5354
5393
  ;;
5355
5394
 
5356
5395
# This must be Linux ELF.
5357
 
linux* | k*bsd*-gnu)
 
5396
linux* | k*bsd*-gnu | kopensolaris*-gnu)
5358
5397
  lt_cv_deplibs_check_method=pass_all
5359
5398
  ;;
5360
5399
 
6093
6132
  ;;
6094
6133
*-*-irix6*)
6095
6134
  # Find out which ABI we are using.
6096
 
  echo '#line 6096 "configure"' > conftest.$ac_ext
 
6135
  echo '#line 6135 "configure"' > conftest.$ac_ext
6097
6136
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6098
6137
  (eval $ac_compile) 2>&5
6099
6138
  ac_status=$?
7351
7390
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7352
7391
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7353
7392
   -e 's:$: $lt_compiler_flag:'`
7354
 
   (eval echo "\"\$as_me:7354: $lt_compile\"" >&5)
 
7393
   (eval echo "\"\$as_me:7393: $lt_compile\"" >&5)
7355
7394
   (eval "$lt_compile" 2>conftest.err)
7356
7395
   ac_status=$?
7357
7396
   cat conftest.err >&5
7358
 
   echo "$as_me:7358: \$? = $ac_status" >&5
 
7397
   echo "$as_me:7397: \$? = $ac_status" >&5
7359
7398
   if (exit $ac_status) && test -s "$ac_outfile"; then
7360
7399
     # The compiler can only warn and ignore the option if not recognized
7361
7400
     # So say no if there are warnings other than the usual output.
7520
7559
      lt_prog_compiler_static='-non_shared'
7521
7560
      ;;
7522
7561
 
7523
 
    linux* | k*bsd*-gnu)
 
7562
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
7524
7563
      case $cc_basename in
7525
7564
      # old Intel for x86_64 which still supported -KPIC.
7526
7565
      ecc*)
7690
7729
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7691
7730
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7692
7731
   -e 's:$: $lt_compiler_flag:'`
7693
 
   (eval echo "\"\$as_me:7693: $lt_compile\"" >&5)
 
7732
   (eval echo "\"\$as_me:7732: $lt_compile\"" >&5)
7694
7733
   (eval "$lt_compile" 2>conftest.err)
7695
7734
   ac_status=$?
7696
7735
   cat conftest.err >&5
7697
 
   echo "$as_me:7697: \$? = $ac_status" >&5
 
7736
   echo "$as_me:7736: \$? = $ac_status" >&5
7698
7737
   if (exit $ac_status) && test -s "$ac_outfile"; then
7699
7738
     # The compiler can only warn and ignore the option if not recognized
7700
7739
     # So say no if there are warnings other than the usual output.
7795
7834
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7796
7835
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7797
7836
   -e 's:$: $lt_compiler_flag:'`
7798
 
   (eval echo "\"\$as_me:7798: $lt_compile\"" >&5)
 
7837
   (eval echo "\"\$as_me:7837: $lt_compile\"" >&5)
7799
7838
   (eval "$lt_compile" 2>out/conftest.err)
7800
7839
   ac_status=$?
7801
7840
   cat out/conftest.err >&5
7802
 
   echo "$as_me:7802: \$? = $ac_status" >&5
 
7841
   echo "$as_me:7841: \$? = $ac_status" >&5
7803
7842
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7804
7843
   then
7805
7844
     # The compiler can only warn and ignore the option if not recognized
7850
7889
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7851
7890
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7852
7891
   -e 's:$: $lt_compiler_flag:'`
7853
 
   (eval echo "\"\$as_me:7853: $lt_compile\"" >&5)
 
7892
   (eval echo "\"\$as_me:7892: $lt_compile\"" >&5)
7854
7893
   (eval "$lt_compile" 2>out/conftest.err)
7855
7894
   ac_status=$?
7856
7895
   cat out/conftest.err >&5
7857
 
   echo "$as_me:7857: \$? = $ac_status" >&5
 
7896
   echo "$as_me:7896: \$? = $ac_status" >&5
7858
7897
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7859
7898
   then
7860
7899
     # The compiler can only warn and ignore the option if not recognized
7993
8032
    fi
7994
8033
    supports_anon_versioning=no
7995
8034
    case `$LD -v 2>&1` in
 
8035
      *GNU\ gold*) supports_anon_versioning=yes ;;
7996
8036
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7997
8037
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7998
8038
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8084
8124
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8085
8125
      ;;
8086
8126
 
8087
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
8127
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8088
8128
      tmp_diet=no
8089
8129
      if test "$host_os" = linux-dietlibc; then
8090
8130
        case $cc_basename in
9546
9586
  ;;
9547
9587
 
9548
9588
# This must be Linux ELF.
9549
 
linux* | k*bsd*-gnu)
 
9589
linux* | k*bsd*-gnu | kopensolaris*-gnu)
9550
9590
  version_type=linux
9551
9591
  need_lib_prefix=no
9552
9592
  need_version=no
10233
10273
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10234
10274
  lt_status=$lt_dlunknown
10235
10275
  cat > conftest.$ac_ext <<_LT_EOF
10236
 
#line 10236 "configure"
 
10276
#line 10276 "configure"
10237
10277
#include "confdefs.h"
10238
10278
 
10239
10279
#if HAVE_DLFCN_H
10329
10369
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10330
10370
  lt_status=$lt_dlunknown
10331
10371
  cat > conftest.$ac_ext <<_LT_EOF
10332
 
#line 10332 "configure"
 
10372
#line 10372 "configure"
10333
10373
#include "confdefs.h"
10334
10374
 
10335
10375
#if HAVE_DLFCN_H
11326
11366
# check for gtk-doc
11327
11367
 
11328
11368
 
 
11369
    # Extract the first word of "gtkdoc-check", so it can be a program name with args.
 
11370
set dummy gtkdoc-check; ac_word=$2
 
11371
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
11372
$as_echo_n "checking for $ac_word... " >&6; }
 
11373
if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
 
11374
  $as_echo_n "(cached) " >&6
 
11375
else
 
11376
  case $GTKDOC_CHECK in
 
11377
  [\\/]* | ?:[\\/]*)
 
11378
  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
 
11379
  ;;
 
11380
  *)
 
11381
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11382
for as_dir in $PATH
 
11383
do
 
11384
  IFS=$as_save_IFS
 
11385
  test -z "$as_dir" && as_dir=.
 
11386
    for ac_exec_ext in '' $ac_executable_extensions; do
 
11387
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
11388
    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
 
11389
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
11390
    break 2
 
11391
  fi
 
11392
done
 
11393
  done
 
11394
IFS=$as_save_IFS
 
11395
 
 
11396
  ;;
 
11397
esac
 
11398
fi
 
11399
GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
 
11400
if test -n "$GTKDOC_CHECK"; then
 
11401
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
 
11402
$as_echo "$GTKDOC_CHECK" >&6; }
 
11403
else
 
11404
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
11405
$as_echo "no" >&6; }
 
11406
fi
 
11407
 
 
11408
 
 
11409
  for ac_prog in gtkdoc-rebase
 
11410
do
 
11411
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
11412
set dummy $ac_prog; ac_word=$2
 
11413
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
11414
$as_echo_n "checking for $ac_word... " >&6; }
 
11415
if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
 
11416
  $as_echo_n "(cached) " >&6
 
11417
else
 
11418
  case $GTKDOC_REBASE in
 
11419
  [\\/]* | ?:[\\/]*)
 
11420
  ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
 
11421
  ;;
 
11422
  *)
 
11423
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11424
for as_dir in $PATH
 
11425
do
 
11426
  IFS=$as_save_IFS
 
11427
  test -z "$as_dir" && as_dir=.
 
11428
    for ac_exec_ext in '' $ac_executable_extensions; do
 
11429
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
11430
    ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
 
11431
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
11432
    break 2
 
11433
  fi
 
11434
done
 
11435
  done
 
11436
IFS=$as_save_IFS
 
11437
 
 
11438
  ;;
 
11439
esac
 
11440
fi
 
11441
GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
 
11442
if test -n "$GTKDOC_REBASE"; then
 
11443
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
 
11444
$as_echo "$GTKDOC_REBASE" >&6; }
 
11445
else
 
11446
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
11447
$as_echo "no" >&6; }
 
11448
fi
 
11449
 
 
11450
 
 
11451
  test -n "$GTKDOC_REBASE" && break
 
11452
done
 
11453
test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
 
11454
 
 
11455
  # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
 
11456
set dummy gtkdoc-mkpdf; ac_word=$2
 
11457
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
11458
$as_echo_n "checking for $ac_word... " >&6; }
 
11459
if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
 
11460
  $as_echo_n "(cached) " >&6
 
11461
else
 
11462
  case $GTKDOC_MKPDF in
 
11463
  [\\/]* | ?:[\\/]*)
 
11464
  ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
 
11465
  ;;
 
11466
  *)
 
11467
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11468
for as_dir in $PATH
 
11469
do
 
11470
  IFS=$as_save_IFS
 
11471
  test -z "$as_dir" && as_dir=.
 
11472
    for ac_exec_ext in '' $ac_executable_extensions; do
 
11473
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
11474
    ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
 
11475
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
11476
    break 2
 
11477
  fi
 
11478
done
 
11479
  done
 
11480
IFS=$as_save_IFS
 
11481
 
 
11482
  ;;
 
11483
esac
 
11484
fi
 
11485
GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
 
11486
if test -n "$GTKDOC_MKPDF"; then
 
11487
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
 
11488
$as_echo "$GTKDOC_MKPDF" >&6; }
 
11489
else
 
11490
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
11491
$as_echo "no" >&6; }
 
11492
fi
 
11493
 
 
11494
 
 
11495
 
 
11496
 
11329
11497
# Check whether --with-html-dir was given.
11330
11498
if test "${with_html_dir+set}" = set; then :
11331
11499
  withval=$with_html_dir;
11353
11521
  test $ac_status = 0; }; then
11354
11522
  :
11355
11523
else
11356
 
  as_fn_error "You need to have gtk-doc >= 1.9 installed to build gtk-doc" "$LINENO" 5
 
11524
  as_fn_error "You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" "$LINENO" 5
11357
11525
fi
11358
11526
  fi
11359
11527
 
11362
11530
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
11363
11531
$as_echo "$enable_gtk_doc" >&6; }
11364
11532
 
11365
 
  for ac_prog in gtkdoc-check
11366
 
do
11367
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
11368
 
set dummy $ac_prog; ac_word=$2
11369
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11370
 
$as_echo_n "checking for $ac_word... " >&6; }
11371
 
if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
11372
 
  $as_echo_n "(cached) " >&6
11373
 
else
11374
 
  case $GTKDOC_CHECK in
11375
 
  [\\/]* | ?:[\\/]*)
11376
 
  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
11377
 
  ;;
11378
 
  *)
11379
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11380
 
for as_dir in $PATH
11381
 
do
11382
 
  IFS=$as_save_IFS
11383
 
  test -z "$as_dir" && as_dir=.
11384
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11385
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11386
 
    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
11387
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11388
 
    break 2
 
11533
    # Check whether --enable-gtk-doc-html was given.
 
11534
if test "${enable_gtk_doc_html+set}" = set; then :
 
11535
  enableval=$enable_gtk_doc_html;
 
11536
else
 
11537
  enable_gtk_doc_html=yes
 
11538
fi
 
11539
 
 
11540
    # Check whether --enable-gtk-doc-pdf was given.
 
11541
if test "${enable_gtk_doc_pdf+set}" = set; then :
 
11542
  enableval=$enable_gtk_doc_pdf;
 
11543
else
 
11544
  enable_gtk_doc_pdf=no
 
11545
fi
 
11546
 
 
11547
 
 
11548
  if test -z "$GTKDOC_MKPDF"; then
 
11549
    enable_gtk_doc_pdf=no
11389
11550
  fi
11390
 
done
11391
 
  done
11392
 
IFS=$as_save_IFS
11393
 
 
11394
 
  ;;
11395
 
esac
11396
 
fi
11397
 
GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
11398
 
if test -n "$GTKDOC_CHECK"; then
11399
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
11400
 
$as_echo "$GTKDOC_CHECK" >&6; }
11401
 
else
11402
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11403
 
$as_echo "no" >&6; }
11404
 
fi
11405
 
 
11406
 
 
11407
 
  test -n "$GTKDOC_CHECK" && break
11408
 
done
11409
11551
 
11410
11552
 
11411
11553
   if test x$enable_gtk_doc = xyes; then
11416
11558
  ENABLE_GTK_DOC_FALSE=
11417
11559
fi
11418
11560
 
 
11561
   if test x$enable_gtk_doc_html = xyes; then
 
11562
  GTK_DOC_BUILD_HTML_TRUE=
 
11563
  GTK_DOC_BUILD_HTML_FALSE='#'
 
11564
else
 
11565
  GTK_DOC_BUILD_HTML_TRUE='#'
 
11566
  GTK_DOC_BUILD_HTML_FALSE=
 
11567
fi
 
11568
 
 
11569
   if test x$enable_gtk_doc_pdf = xyes; then
 
11570
  GTK_DOC_BUILD_PDF_TRUE=
 
11571
  GTK_DOC_BUILD_PDF_FALSE='#'
 
11572
else
 
11573
  GTK_DOC_BUILD_PDF_TRUE='#'
 
11574
  GTK_DOC_BUILD_PDF_FALSE=
 
11575
fi
 
11576
 
11419
11577
   if test -n "$LIBTOOL"; then
11420
11578
  GTK_DOC_USE_LIBTOOL_TRUE=
11421
11579
  GTK_DOC_USE_LIBTOOL_FALSE='#'
11424
11582
  GTK_DOC_USE_LIBTOOL_FALSE=
11425
11583
fi
11426
11584
 
 
11585
   if test -n "$GTKDOC_REBASE"; then
 
11586
  GTK_DOC_USE_REBASE_TRUE=
 
11587
  GTK_DOC_USE_REBASE_FALSE='#'
 
11588
else
 
11589
  GTK_DOC_USE_REBASE_TRUE='#'
 
11590
  GTK_DOC_USE_REBASE_FALSE=
 
11591
fi
 
11592
 
11427
11593
 
11428
11594
 
11429
11595
 
11548
11714
  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
11549
11715
Usually this means the macro was only invoked conditionally." "$LINENO" 5
11550
11716
fi
 
11717
if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
 
11718
  as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
11719
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
11720
fi
 
11721
if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
 
11722
  as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
11723
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
11724
fi
11551
11725
if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
11552
11726
  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
11553
11727
Usually this means the macro was only invoked conditionally." "$LINENO" 5
11554
11728
fi
 
11729
if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
 
11730
  as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
11731
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
11732
fi
11555
11733
 
11556
11734
: ${CONFIG_STATUS=./config.status}
11557
11735
ac_write_fail=0
11960
12138
# report actual input values of CONFIG_FILES etc. instead of their
11961
12139
# values after options handling.
11962
12140
ac_log="
11963
 
This file was extended by libnice $as_me 0.0.10, which was
11964
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
12141
This file was extended by libnice $as_me 0.0.12, which was
 
12142
generated by GNU Autoconf 2.65.  Invocation command line was
11965
12143
 
11966
12144
  CONFIG_FILES    = $CONFIG_FILES
11967
12145
  CONFIG_HEADERS  = $CONFIG_HEADERS
12001
12179
 
12002
12180
  -h, --help       print this help, then exit
12003
12181
  -V, --version    print version number and configuration settings, then exit
 
12182
      --config     print configuration, then exit
12004
12183
  -q, --quiet, --silent
12005
12184
                   do not print progress messages
12006
12185
  -d, --debug      don't remove temporary files
12023
12202
 
12024
12203
_ACEOF
12025
12204
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
12205
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12026
12206
ac_cs_version="\\
12027
 
libnice config.status 0.0.10
12028
 
configured by $0, generated by GNU Autoconf 2.64,
12029
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
12207
libnice config.status 0.0.12
 
12208
configured by $0, generated by GNU Autoconf 2.65,
 
12209
  with options \\"\$ac_cs_config\\"
12030
12210
 
12031
12211
Copyright (C) 2009 Free Software Foundation, Inc.
12032
12212
This config.status script is free software; the Free Software Foundation
12064
12244
    ac_cs_recheck=: ;;
12065
12245
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12066
12246
    $as_echo "$ac_cs_version"; exit ;;
 
12247
  --config | --confi | --conf | --con | --co | --c )
 
12248
    $as_echo "$ac_cs_config"; exit ;;
12067
12249
  --debug | --debu | --deb | --de | --d | -d )
12068
12250
    debug=: ;;
12069
12251
  --file | --fil | --fi | --f )
12520
12702
t delim
12521
12703
:nl
12522
12704
h
12523
 
s/\(.\{148\}\).*/\1/
 
12705
s/\(.\{148\}\)..*/\1/
12524
12706
t more1
12525
12707
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12526
12708
p
12534
12716
t nl
12535
12717
:delim
12536
12718
h
12537
 
s/\(.\{148\}\).*/\1/
 
12719
s/\(.\{148\}\)..*/\1/
12538
12720
t more2
12539
12721
s/["\\]/\\&/g; s/^/"/; s/$/"/
12540
12722
p