~ubuntu-branches/ubuntu/vivid/gtk-vnc/vivid-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-16 11:39:33 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20131216113933-rowrryjn82up3yr5
Tags: 0.5.3-0ubuntu1
* New upstream release:
  - Support QEMU LED state extension
  - Time out connection attempt after 10 seconds
  - Abort if out of memory when mmap'ing coroutine stack
  - Stop leaking coroutine stack memory
  - Improve perfornmance of ZRLE encoding by avoiding memmove
  - Only trigger keyboard grab sequence upon key release to
    allow modifiers to go to the remote server
  - Avoid busy loop upon I/O error which follows blocking I/O,
    commonly seen when a server drops the connection
  - Fix handling of --no-undefined flag
  - Don't break implicit pointer grab from mouse clicks
  - Don't drop mouse events that are out of bounds, clamp their
    coordinates instead
  - Show how to block all accelerators in gvncviewer demo program
* debian/control:
  - Use standards-version 3.9.4
* debian/libgvnc-1.0-0.symbols:
  - Updated

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.69 for gtk-vnc 0.5.2.
 
3
# Generated by GNU Autoconf 2.69 for gtk-vnc 0.5.3.
4
4
#
5
5
# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='gtk-vnc'
593
593
PACKAGE_TARNAME='gtk-vnc'
594
 
PACKAGE_VERSION='0.5.2'
595
 
PACKAGE_STRING='gtk-vnc 0.5.2'
 
594
PACKAGE_VERSION='0.5.3'
 
595
PACKAGE_STRING='gtk-vnc 0.5.3'
596
596
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc'
597
597
PACKAGE_URL='http://live.gnome.org/gtk-vnc/'
598
598
 
764
764
GDK_PIXBUF_REQUIRED
765
765
GIO_REQUIRED
766
766
GOBJECT_REQUIRED
767
 
AM_BACKSLASH
768
 
AM_DEFAULT_VERBOSITY
769
 
AM_DEFAULT_V
770
 
AM_V
771
767
DISABLE_DEPRECATED
772
768
MAINT
773
769
MAINTAINER_MODE_FALSE
820
816
OBJDUMP
821
817
DLLTOOL
822
818
AS
 
819
AM_BACKSLASH
 
820
AM_DEFAULT_VERBOSITY
 
821
AM_DEFAULT_V
 
822
AM_V
823
823
am__untar
824
824
am__tar
825
825
AMTAR
884
884
ac_subst_files=''
885
885
ac_user_opts='
886
886
enable_option_checking
 
887
enable_silent_rules
887
888
enable_static
888
889
enable_shared
889
890
with_pic
893
894
with_sysroot
894
895
enable_libtool_lock
895
896
enable_maintainer_mode
896
 
enable_silent_rules
897
897
enable_nls
898
898
with_gtk
899
899
with_python
1486
1486
  # Omit some internal or obsolete options to make the list less imposing.
1487
1487
  # This message is too long to be a string in the A/UX 3.1 sh.
1488
1488
  cat <<_ACEOF
1489
 
\`configure' configures gtk-vnc 0.5.2 to adapt to many kinds of systems.
 
1489
\`configure' configures gtk-vnc 0.5.3 to adapt to many kinds of systems.
1490
1490
 
1491
1491
Usage: $0 [OPTION]... [VAR=VALUE]...
1492
1492
 
1556
1556
 
1557
1557
if test -n "$ac_init_help"; then
1558
1558
  case $ac_init_help in
1559
 
     short | recursive ) echo "Configuration of gtk-vnc 0.5.2:";;
 
1559
     short | recursive ) echo "Configuration of gtk-vnc 0.5.3:";;
1560
1560
   esac
1561
1561
  cat <<\_ACEOF
1562
1562
 
1564
1564
  --disable-option-checking  ignore unrecognized --enable/--with options
1565
1565
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1566
1566
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1567
  --enable-silent-rules   less verbose build output (undo: "make V=1")
 
1568
  --disable-silent-rules  verbose build output (undo: "make V=0")
1567
1569
  --enable-static[=PKGS]  build static libraries [default=no]
1568
1570
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1569
1571
  --enable-fast-install[=PKGS]
1576
1578
  --enable-maintainer-mode
1577
1579
                          enable make rules and dependencies not useful (and
1578
1580
                          sometimes confusing) to the casual installer
1579
 
  --enable-silent-rules   less verbose build output (undo: "make V=1")
1580
 
  --disable-silent-rules  verbose build output (undo: "make V=0")
1581
1581
  --disable-nls           do not use Native Language Support
1582
1582
  --enable-werror         Use -Werror (if supported)
1583
1583
  --disable-rebuilds      disable all source autogeneration rules
1725
1725
test -n "$ac_init_help" && exit $ac_status
1726
1726
if $ac_init_version; then
1727
1727
  cat <<\_ACEOF
1728
 
gtk-vnc configure 0.5.2
 
1728
gtk-vnc configure 0.5.3
1729
1729
generated by GNU Autoconf 2.69
1730
1730
 
1731
1731
Copyright (C) 2012 Free Software Foundation, Inc.
2094
2094
This file contains any messages produced by compilers while
2095
2095
running configure, to aid debugging if configure makes a mistake.
2096
2096
 
2097
 
It was created by gtk-vnc $as_me 0.5.2, which was
 
2097
It was created by gtk-vnc $as_me 0.5.3, which was
2098
2098
generated by GNU Autoconf 2.69.  Invocation command line was
2099
2099
 
2100
2100
  $ $0 $@
2475
2475
ac_config_headers="$ac_config_headers config.h"
2476
2476
 
2477
2477
 
2478
 
am__api_version='1.12'
 
2478
am__api_version='1.13'
2479
2479
 
2480
2480
# Find a good install program.  We prefer a C program (faster),
2481
2481
# so one script is as good as another.  But avoid the broken or
2659
2659
  esac
2660
2660
fi
2661
2661
# Use eval to expand $SHELL
2662
 
if eval "$MISSING --run true"; then
2663
 
  am_missing_run="$MISSING --run "
 
2662
if eval "$MISSING --is-lightweight"; then
 
2663
  am_missing_run="$MISSING "
2664
2664
else
2665
2665
  am_missing_run=
2666
2666
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2900
2900
fi
2901
2901
rmdir .tst 2>/dev/null
2902
2902
 
 
2903
# Check whether --enable-silent-rules was given.
 
2904
if test "${enable_silent_rules+set}" = set; then :
 
2905
  enableval=$enable_silent_rules;
 
2906
fi
 
2907
 
 
2908
case $enable_silent_rules in # (((
 
2909
  yes) AM_DEFAULT_VERBOSITY=0;;
 
2910
   no) AM_DEFAULT_VERBOSITY=1;;
 
2911
    *) AM_DEFAULT_VERBOSITY=1;;
 
2912
esac
 
2913
am_make=${MAKE-make}
 
2914
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
2915
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
2916
if ${am_cv_make_support_nested_variables+:} false; then :
 
2917
  $as_echo_n "(cached) " >&6
 
2918
else
 
2919
  if $as_echo 'TRUE=$(BAR$(V))
 
2920
BAR0=false
 
2921
BAR1=true
 
2922
V=1
 
2923
am__doit:
 
2924
        @$(TRUE)
 
2925
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
2926
  am_cv_make_support_nested_variables=yes
 
2927
else
 
2928
  am_cv_make_support_nested_variables=no
 
2929
fi
 
2930
fi
 
2931
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
2932
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
2933
if test $am_cv_make_support_nested_variables = yes; then
 
2934
    AM_V='$(V)'
 
2935
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
2936
else
 
2937
  AM_V=$AM_DEFAULT_VERBOSITY
 
2938
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
2939
fi
 
2940
AM_BACKSLASH='\'
 
2941
 
2903
2942
if test "`cd $srcdir && pwd`" != "`pwd`"; then
2904
2943
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2905
2944
  # is not polluted with repeated "-I."
2922
2961
 
2923
2962
# Define the identity of the package.
2924
2963
 PACKAGE='gtk-vnc'
2925
 
 VERSION='0.5.2'
 
2964
 VERSION='0.5.3'
2926
2965
 
2927
2966
 
2928
2967
cat >>confdefs.h <<_ACEOF
2962
3001
# in the wild :-(  We should find a proper way to deprecate it ...
2963
3002
AMTAR='$${TAR-tar}'
2964
3003
 
 
3004
 
 
3005
# We'll loop over all known methods to create a tar archive until one works.
 
3006
_am_tools='gnutar  pax cpio none'
 
3007
 
2965
3008
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2966
3009
 
2967
3010
 
2970
3013
 
2971
3014
 
2972
3015
 
 
3016
 
2973
3017
case `pwd` in
2974
3018
  *\ * | *\     *)
2975
3019
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
14645
14689
WITH_EXAMPLES=$withval
14646
14690
 
14647
14691
 
14648
 
NO_UNDEFINED_LDFLAGS=
 
14692
NO_UNDEFINED_FLAGS=
14649
14693
VERSION_SCRIPT_FLAGS=
14650
14694
USE_VERSION_DEFS=0
14651
14695
case "$host" in
14656
14700
    ;;
14657
14701
 
14658
14702
  *-*-cygwin*)
14659
 
    NO_UNDEFINED_LDFLAGS="-no-undefined"
 
14703
    NO_UNDEFINED_FLAGS="-no-undefined"
14660
14704
    ;;
14661
14705
 
14662
14706
  *)
14663
 
    NO_UNDEFINED_FLAGS="-Wl,--no-undefined"
 
14707
    `ld --help 2>&1 | grep -- --no-undefined >/dev/null` && \
 
14708
      NO_UNDEFINED_FLAGS="-Wl,--no-undefined"
14664
14709
    VERSION_SCRIPT_FLAGS=-Wl,--version-script=
14665
14710
    `ld --help 2>&1 | grep -- --version-script >/dev/null` || \
14666
14711
      VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
16276
16321
 
16277
16322
        # Find any Python interpreter.
16278
16323
    if test -z "$PYTHON"; then
16279
 
      for ac_prog in python python2 python3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
 
16324
      for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
16280
16325
do
16281
16326
  # Extract the first word of "$ac_prog", so it can be a program name with args.
16282
16327
set dummy $ac_prog; ac_word=$2
16362
16407
  PYTHON_PLATFORM=$am_cv_python_platform
16363
16408
 
16364
16409
 
 
16410
  # Just factor out some code duplication.
 
16411
  am_python_setup_sysconfig="\
 
16412
import sys
 
16413
# Prefer sysconfig over distutils.sysconfig, for better compatibility
 
16414
# with python 3.x.  See automake bug#10227.
 
16415
try:
 
16416
    import sysconfig
 
16417
except ImportError:
 
16418
    can_use_sysconfig = 0
 
16419
else:
 
16420
    can_use_sysconfig = 1
 
16421
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
 
16422
# <https://github.com/pypa/virtualenv/issues/118>
 
16423
try:
 
16424
    from platform import python_implementation
 
16425
    if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
 
16426
        can_use_sysconfig = 0
 
16427
except ImportError:
 
16428
    pass"
16365
16429
 
16366
16430
 
16367
16431
            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5
16375
16439
     else
16376
16440
       am_py_prefix=$prefix
16377
16441
     fi
16378
 
     am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null`
 
16442
     am_cv_python_pythondir=`$PYTHON -c "
 
16443
$am_python_setup_sysconfig
 
16444
if can_use_sysconfig:
 
16445
    sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
 
16446
else:
 
16447
    from distutils import sysconfig
 
16448
    sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
 
16449
sys.stdout.write(sitedir)"`
16379
16450
     case $am_cv_python_pythondir in
16380
16451
     $am_py_prefix*)
16381
16452
       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
16412
16483
     else
16413
16484
       am_py_exec_prefix=$exec_prefix
16414
16485
     fi
16415
 
     am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null`
 
16486
     am_cv_python_pyexecdir=`$PYTHON -c "
 
16487
$am_python_setup_sysconfig
 
16488
if can_use_sysconfig:
 
16489
    sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'})
 
16490
else:
 
16491
    from distutils import sysconfig
 
16492
    sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix')
 
16493
sys.stdout.write(sitedir)"`
16416
16494
     case $am_cv_python_pyexecdir in
16417
16495
     $am_py_exec_prefix*)
16418
16496
       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
17553
17631
# report actual input values of CONFIG_FILES etc. instead of their
17554
17632
# values after options handling.
17555
17633
ac_log="
17556
 
This file was extended by gtk-vnc $as_me 0.5.2, which was
 
17634
This file was extended by gtk-vnc $as_me 0.5.3, which was
17557
17635
generated by GNU Autoconf 2.69.  Invocation command line was
17558
17636
 
17559
17637
  CONFIG_FILES    = $CONFIG_FILES
17624
17702
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17625
17703
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17626
17704
ac_cs_version="\\
17627
 
gtk-vnc config.status 0.5.2
 
17705
gtk-vnc config.status 0.5.3
17628
17706
configured by $0, generated by GNU Autoconf 2.69,
17629
17707
  with options \\"\$ac_cs_config\\"
17630
17708
 
18680
18758
 
18681
18759
  case $ac_file$ac_mode in
18682
18760
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18683
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
18761
  # Older Autoconf quotes --file arguments for eval, but not when files
18684
18762
  # are listed without --file.  Let's play safe and only enable the eval
18685
18763
  # if we detect the quoting.
18686
18764
  case $CONFIG_FILES in
18731
18809
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18732
18810
    test -z "$DEPDIR" && continue
18733
18811
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
18734
 
    test -z "am__include" && continue
 
18812
    test -z "$am__include" && continue
18735
18813
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18736
18814
    # Find all dependency output files, they are included files with
18737
18815
    # $(DEPDIR) in their names.  We invoke sed twice because it is the