~ubuntu-branches/debian/stretch/cheese/stretch

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

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 cheese 2.28.1.
 
3
# Generated by GNU Autoconf 2.65 for cheese 2.30.1.
 
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='cheese'
697
700
PACKAGE_TARNAME='cheese'
698
 
PACKAGE_VERSION='2.28.1'
699
 
PACKAGE_STRING='cheese 2.28.1'
 
701
PACKAGE_VERSION='2.30.1'
 
702
PACKAGE_STRING='cheese 2.30.1'
700
703
PACKAGE_BUGREPORT=''
701
704
PACKAGE_URL=''
702
705
 
745
748
GCONF_SCHEMA_FILE_DIR
746
749
GCONF_SCHEMA_CONFIG_SOURCE
747
750
GCONFTOOL
 
751
GLIB_MKENUMS
 
752
GLIB_GENMARSHAL
748
753
CHEESE_LIBS
749
754
CHEESE_CFLAGS
 
755
HAVE_XTEST_FALSE
 
756
HAVE_XTEST_TRUE
 
757
XTEST_LIBS
 
758
OS_LINUX
 
759
UDEV_LIBS
 
760
UDEV_CFLAGS
750
761
HAVE_GNOME_DOC_UTILS_FALSE
751
762
HAVE_GNOME_DOC_UTILS_TRUE
752
763
DISTCHECK_CONFIGURE_FLAGS
755
766
DOC_USER_FORMATS
756
767
OMF_DIR
757
768
HELP_DIR
758
 
PKG_CONFIG
759
769
MKINSTALLDIRS
760
770
POSUB
761
771
POFILES
799
809
USE_NLS
800
810
GETTEXT_PACKAGE
801
811
FULL_LIBEXECDIR
 
812
CHEESE_LT_VERSION
 
813
GTK_DOC_USE_REBASE_FALSE
 
814
GTK_DOC_USE_REBASE_TRUE
 
815
GTK_DOC_USE_LIBTOOL_FALSE
 
816
GTK_DOC_USE_LIBTOOL_TRUE
 
817
GTK_DOC_BUILD_PDF_FALSE
 
818
GTK_DOC_BUILD_PDF_TRUE
 
819
GTK_DOC_BUILD_HTML_FALSE
 
820
GTK_DOC_BUILD_HTML_TRUE
 
821
ENABLE_GTK_DOC_FALSE
 
822
ENABLE_GTK_DOC_TRUE
 
823
PKG_CONFIG
 
824
HTML_DIR
 
825
GTKDOC_MKPDF
 
826
GTKDOC_REBASE
 
827
GTKDOC_CHECK
802
828
WARN_CFLAGS
803
829
DISABLE_DEPRECATED
804
830
OTOOL64
926
952
enable_libtool_lock
927
953
enable_compile_warnings
928
954
enable_iso_c
 
955
with_html_dir
 
956
enable_gtk_doc
 
957
enable_gtk_doc_html
 
958
enable_gtk_doc_pdf
929
959
enable_nls
930
960
with_help_dir
931
961
with_omf_dir
932
962
with_help_formats
933
963
enable_scrollkeeper
934
 
enable_mmkeys
935
964
with_gconf_source
936
965
with_gconf_schema_file_dir
937
966
enable_schemas_install
946
975
CPPFLAGS
947
976
CPP
948
977
PKG_CONFIG
 
978
UDEV_CFLAGS
 
979
UDEV_LIBS
949
980
CHEESE_CFLAGS
950
981
CHEESE_LIBS'
951
982
 
1489
1520
  # Omit some internal or obsolete options to make the list less imposing.
1490
1521
  # This message is too long to be a string in the A/UX 3.1 sh.
1491
1522
  cat <<_ACEOF
1492
 
\`configure' configures cheese 2.28.1 to adapt to many kinds of systems.
 
1523
\`configure' configures cheese 2.30.1 to adapt to many kinds of systems.
1493
1524
 
1494
1525
Usage: $0 [OPTION]... [VAR=VALUE]...
1495
1526
 
1559
1590
 
1560
1591
if test -n "$ac_init_help"; then
1561
1592
  case $ac_init_help in
1562
 
     short | recursive ) echo "Configuration of cheese 2.28.1:";;
 
1593
     short | recursive ) echo "Configuration of cheese 2.30.1:";;
1563
1594
   esac
1564
1595
  cat <<\_ACEOF
1565
1596
 
1581
1612
  --enable-compile-warnings=[no/minimum/yes/maximum/error]
1582
1613
                          Turn on compiler warnings
1583
1614
  --enable-iso-c          Try to warn if code is not ISO C
 
1615
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
 
1616
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
 
1617
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
1584
1618
  --disable-nls           do not use Native Language Support
1585
1619
  --disable-scrollkeeper  do not make updates to the scrollkeeper database
1586
 
  --disable-mmkeys        don't build with Multimedia Keys support
1587
1620
  --disable-schemas-install
1588
1621
                          Disable the schemas installation
1589
1622
 
1593
1626
  --with-pic              try to use only PIC/non-PIC objects [default=use
1594
1627
                          both]
1595
1628
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
1629
  --with-html-dir=PATH    path to installed docs
1596
1630
  --with-help-dir=DIR     path to help docs
1597
1631
  --with-omf-dir=DIR      path to OMF files
1598
1632
  --with-help-formats=FORMATS
1608
1642
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1609
1643
              nonstandard directory <lib dir>
1610
1644
  LIBS        libraries to pass to the linker, e.g. -l<library>
1611
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
1645
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1612
1646
              you have headers in a nonstandard directory <include dir>
1613
1647
  CPP         C preprocessor
1614
1648
  PKG_CONFIG  path to pkg-config utility
 
1649
  UDEV_CFLAGS C compiler flags for UDEV, overriding pkg-config
 
1650
  UDEV_LIBS   linker flags for UDEV, overriding pkg-config
1615
1651
  CHEESE_CFLAGS
1616
1652
              C compiler flags for CHEESE, overriding pkg-config
1617
1653
  CHEESE_LIBS linker flags for CHEESE, overriding pkg-config
1682
1718
test -n "$ac_init_help" && exit $ac_status
1683
1719
if $ac_init_version; then
1684
1720
  cat <<\_ACEOF
1685
 
cheese configure 2.28.1
1686
 
generated by GNU Autoconf 2.64
 
1721
cheese configure 2.30.1
 
1722
generated by GNU Autoconf 2.65
1687
1723
 
1688
1724
Copyright (C) 2009 Free Software Foundation, Inc.
1689
1725
This configure script is free software; the Free Software Foundation
1730
1766
        ac_retval=1
1731
1767
fi
1732
1768
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733
 
  return $ac_retval
 
1769
  as_fn_set_status $ac_retval
1734
1770
 
1735
1771
} # ac_fn_c_try_compile
1736
1772
 
1776
1812
  # left behind by Apple's compiler.  We do this before executing the actions.
1777
1813
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1778
1814
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1779
 
  return $ac_retval
 
1815
  as_fn_set_status $ac_retval
1780
1816
 
1781
1817
} # ac_fn_c_try_link
1782
1818
 
1813
1849
    ac_retval=1
1814
1850
fi
1815
1851
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1816
 
  return $ac_retval
 
1852
  as_fn_set_status $ac_retval
1817
1853
 
1818
1854
} # ac_fn_c_try_cpp
1819
1855
 
1855
1891
fi
1856
1892
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1857
1893
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1858
 
  return $ac_retval
 
1894
  as_fn_set_status $ac_retval
1859
1895
 
1860
1896
} # ac_fn_c_try_run
1861
1897
 
2047
2083
This file contains any messages produced by compilers while
2048
2084
running configure, to aid debugging if configure makes a mistake.
2049
2085
 
2050
 
It was created by cheese $as_me 2.28.1, which was
2051
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2086
It was created by cheese $as_me 2.30.1, which was
 
2087
generated by GNU Autoconf 2.65.  Invocation command line was
2052
2088
 
2053
2089
  $ $0 $@
2054
2090
 
2301
2337
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2302
2338
do
2303
2339
  test "x$ac_site_file" = xNONE && continue
2304
 
  if test -r "$ac_site_file"; then
 
2340
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2305
2341
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2306
2342
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2307
2343
    sed 's/^/| /' "$ac_site_file" >&5
2310
2346
done
2311
2347
 
2312
2348
if test -r "$cache_file"; then
2313
 
  # Some versions of bash will fail to source /dev/null (special
2314
 
  # files actually), so we avoid doing that.
2315
 
  if test -f "$cache_file"; then
 
2349
  # Some versions of bash will fail to source /dev/null (special files
 
2350
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
2351
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2316
2352
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2317
2353
$as_echo "$as_me: loading cache $cache_file" >&6;}
2318
2354
    case $cache_file in
2732
2768
 
2733
2769
fi
2734
2770
 
 
2771
  test -d ./--version && rmdir ./--version
2735
2772
  if test "${ac_cv_path_mkdir+set}" = set; then
2736
2773
    MKDIR_P="$ac_cv_path_mkdir -p"
2737
2774
  else
2739
2776
    # value for MKDIR_P within a source directory, because that will
2740
2777
    # break other packages using the cache if that directory is
2741
2778
    # removed, or if the value is a relative name.
2742
 
    test -d ./--version && rmdir ./--version
2743
2779
    MKDIR_P="$ac_install_sh -d"
2744
2780
  fi
2745
2781
fi
2856
2892
 
2857
2893
# Define the identity of the package.
2858
2894
 PACKAGE=cheese
2859
 
 VERSION=2.28.1
 
2895
 VERSION=2.30.1
2860
2896
 
2861
2897
 
2862
2898
cat >>confdefs.h <<_ACEOF
3321
3357
... rest of stderr output deleted ...
3322
3358
         10q' conftest.err >conftest.er1
3323
3359
    cat conftest.er1 >&5
3324
 
    rm -f conftest.er1 conftest.err
3325
3360
  fi
 
3361
  rm -f conftest.er1 conftest.err
3326
3362
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327
3363
  test $ac_status = 0; }
3328
3364
done
3329
3365
 
3330
3366
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3331
3367
/* end confdefs.h.  */
3332
 
#include <stdio.h>
 
3368
 
3333
3369
int
3334
3370
main ()
3335
3371
{
3336
 
FILE *f = fopen ("conftest.out", "w");
3337
 
 return ferror (f) || fclose (f) != 0;
3338
3372
 
3339
3373
  ;
3340
3374
  return 0;
3341
3375
}
3342
3376
_ACEOF
3343
3377
ac_clean_files_save=$ac_clean_files
3344
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
3378
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3345
3379
# Try to create an executable without -o first, disregard a.out.
3346
3380
# It will help us diagnose broken compilers, and finding out an intuition
3347
3381
# of exeext.
3348
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3349
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3382
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
3383
$as_echo_n "checking whether the C compiler works... " >&6; }
3350
3384
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3351
3385
 
3352
3386
# The possible output files:
3408
3442
else
3409
3443
  ac_file=''
3410
3444
fi
3411
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3412
 
$as_echo "$ac_file" >&6; }
3413
3445
if test -z "$ac_file"; then :
3414
 
  $as_echo "$as_me: failed program was:" >&5
 
3446
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3447
$as_echo "no" >&6; }
 
3448
$as_echo "$as_me: failed program was:" >&5
3415
3449
sed 's/^/| /' conftest.$ac_ext >&5
3416
3450
 
3417
3451
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3419
3453
{ as_fn_set_status 77
3420
3454
as_fn_error "C compiler cannot create executables
3421
3455
See \`config.log' for more details." "$LINENO" 5; }; }
 
3456
else
 
3457
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
3458
$as_echo "yes" >&6; }
3422
3459
fi
 
3460
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
3461
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3462
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
3463
$as_echo "$ac_file" >&6; }
3423
3464
ac_exeext=$ac_cv_exeext
3424
3465
 
3425
 
# Check that the compiler produces executables we can run.  If not, either
3426
 
# the compiler is broken, or we cross compile.
3427
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3428
 
$as_echo_n "checking whether the C compiler works... " >&6; }
3429
 
# If not cross compiling, check that we can run a simple program.
3430
 
if test "$cross_compiling" != yes; then
3431
 
  if { ac_try='./$ac_file'
3432
 
  { { case "(($ac_try" in
3433
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3434
 
  *) ac_try_echo=$ac_try;;
3435
 
esac
3436
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3437
 
$as_echo "$ac_try_echo"; } >&5
3438
 
  (eval "$ac_try") 2>&5
3439
 
  ac_status=$?
3440
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3441
 
  test $ac_status = 0; }; }; then
3442
 
    cross_compiling=no
3443
 
  else
3444
 
    if test "$cross_compiling" = maybe; then
3445
 
        cross_compiling=yes
3446
 
    else
3447
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3448
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3449
 
as_fn_error "cannot run C compiled programs.
3450
 
If you meant to cross compile, use \`--host'.
3451
 
See \`config.log' for more details." "$LINENO" 5; }
3452
 
    fi
3453
 
  fi
3454
 
fi
3455
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3456
 
$as_echo "yes" >&6; }
3457
 
 
3458
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
3466
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3459
3467
ac_clean_files=$ac_clean_files_save
3460
 
# Check that the compiler produces executables we can run.  If not, either
3461
 
# the compiler is broken, or we cross compile.
3462
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3463
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
3464
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3465
 
$as_echo "$cross_compiling" >&6; }
3466
 
 
3467
3468
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3468
3469
$as_echo_n "checking for suffix of executables... " >&6; }
3469
3470
if { { ac_try="$ac_link"
3496
3497
as_fn_error "cannot compute suffix of executables: cannot compile and link
3497
3498
See \`config.log' for more details." "$LINENO" 5; }
3498
3499
fi
3499
 
rm -f conftest$ac_cv_exeext
 
3500
rm -f conftest conftest$ac_cv_exeext
3500
3501
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3501
3502
$as_echo "$ac_cv_exeext" >&6; }
3502
3503
 
3503
3504
rm -f conftest.$ac_ext
3504
3505
EXEEXT=$ac_cv_exeext
3505
3506
ac_exeext=$EXEEXT
 
3507
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3508
/* end confdefs.h.  */
 
3509
#include <stdio.h>
 
3510
int
 
3511
main ()
 
3512
{
 
3513
FILE *f = fopen ("conftest.out", "w");
 
3514
 return ferror (f) || fclose (f) != 0;
 
3515
 
 
3516
  ;
 
3517
  return 0;
 
3518
}
 
3519
_ACEOF
 
3520
ac_clean_files="$ac_clean_files conftest.out"
 
3521
# Check that the compiler produces executables we can run.  If not, either
 
3522
# the compiler is broken, or we cross compile.
 
3523
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
3524
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
3525
if test "$cross_compiling" != yes; then
 
3526
  { { ac_try="$ac_link"
 
3527
case "(($ac_try" in
 
3528
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3529
  *) ac_try_echo=$ac_try;;
 
3530
esac
 
3531
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3532
$as_echo "$ac_try_echo"; } >&5
 
3533
  (eval "$ac_link") 2>&5
 
3534
  ac_status=$?
 
3535
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3536
  test $ac_status = 0; }
 
3537
  if { ac_try='./conftest$ac_cv_exeext'
 
3538
  { { case "(($ac_try" in
 
3539
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3540
  *) ac_try_echo=$ac_try;;
 
3541
esac
 
3542
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3543
$as_echo "$ac_try_echo"; } >&5
 
3544
  (eval "$ac_try") 2>&5
 
3545
  ac_status=$?
 
3546
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3547
  test $ac_status = 0; }; }; then
 
3548
    cross_compiling=no
 
3549
  else
 
3550
    if test "$cross_compiling" = maybe; then
 
3551
        cross_compiling=yes
 
3552
    else
 
3553
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3554
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3555
as_fn_error "cannot run C compiled programs.
 
3556
If you meant to cross compile, use \`--host'.
 
3557
See \`config.log' for more details." "$LINENO" 5; }
 
3558
    fi
 
3559
  fi
 
3560
fi
 
3561
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
3562
$as_echo "$cross_compiling" >&6; }
 
3563
 
 
3564
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
3565
ac_clean_files=$ac_clean_files_save
3506
3566
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3507
3567
$as_echo_n "checking for suffix of object files... " >&6; }
3508
3568
if test "${ac_cv_objext+set}" = set; then :
4272
4332
... rest of stderr output deleted ...
4273
4333
         10q' conftest.err >conftest.er1
4274
4334
    cat conftest.er1 >&5
4275
 
    rm -f conftest.er1 conftest.err
4276
4335
  fi
 
4336
  rm -f conftest.er1 conftest.err
4277
4337
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4278
4338
  test $ac_status = 0; }
4279
4339
done
4939
4999
... rest of stderr output deleted ...
4940
5000
         10q' conftest.err >conftest.er1
4941
5001
    cat conftest.er1 >&5
4942
 
    rm -f conftest.er1 conftest.err
4943
5002
  fi
 
5003
  rm -f conftest.er1 conftest.err
4944
5004
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4945
5005
  test $ac_status = 0; }
4946
5006
done
5675
5735
 
5676
5736
 
5677
5737
 
5678
 
macro_version='2.2.6'
5679
 
macro_revision='1.3012'
 
5738
macro_version='2.2.6b'
 
5739
macro_revision='1.3017'
5680
5740
 
5681
5741
 
5682
5742
 
6217
6277
else
6218
6278
  lt_cv_nm_interface="BSD nm"
6219
6279
  echo "int some_variable = 0;" > conftest.$ac_ext
6220
 
  (eval echo "\"\$as_me:6220: $ac_compile\"" >&5)
 
6280
  (eval echo "\"\$as_me:6280: $ac_compile\"" >&5)
6221
6281
  (eval "$ac_compile" 2>conftest.err)
6222
6282
  cat conftest.err >&5
6223
 
  (eval echo "\"\$as_me:6223: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
6283
  (eval echo "\"\$as_me:6283: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6224
6284
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6225
6285
  cat conftest.err >&5
6226
 
  (eval echo "\"\$as_me:6226: output\"" >&5)
 
6286
  (eval echo "\"\$as_me:6286: output\"" >&5)
6227
6287
  cat conftest.out >&5
6228
6288
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6229
6289
    lt_cv_nm_interface="MS dumpbin"
7428
7488
  ;;
7429
7489
*-*-irix6*)
7430
7490
  # Find out which ABI we are using.
7431
 
  echo '#line 7431 "configure"' > conftest.$ac_ext
 
7491
  echo '#line 7491 "configure"' > conftest.$ac_ext
7432
7492
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7433
7493
  (eval $ac_compile) 2>&5
7434
7494
  ac_status=$?
8704
8764
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8705
8765
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8706
8766
   -e 's:$: $lt_compiler_flag:'`
8707
 
   (eval echo "\"\$as_me:8707: $lt_compile\"" >&5)
 
8767
   (eval echo "\"\$as_me:8767: $lt_compile\"" >&5)
8708
8768
   (eval "$lt_compile" 2>conftest.err)
8709
8769
   ac_status=$?
8710
8770
   cat conftest.err >&5
8711
 
   echo "$as_me:8711: \$? = $ac_status" >&5
 
8771
   echo "$as_me:8771: \$? = $ac_status" >&5
8712
8772
   if (exit $ac_status) && test -s "$ac_outfile"; then
8713
8773
     # The compiler can only warn and ignore the option if not recognized
8714
8774
     # So say no if there are warnings other than the usual output.
9043
9103
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9044
9104
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9045
9105
   -e 's:$: $lt_compiler_flag:'`
9046
 
   (eval echo "\"\$as_me:9046: $lt_compile\"" >&5)
 
9106
   (eval echo "\"\$as_me:9106: $lt_compile\"" >&5)
9047
9107
   (eval "$lt_compile" 2>conftest.err)
9048
9108
   ac_status=$?
9049
9109
   cat conftest.err >&5
9050
 
   echo "$as_me:9050: \$? = $ac_status" >&5
 
9110
   echo "$as_me:9110: \$? = $ac_status" >&5
9051
9111
   if (exit $ac_status) && test -s "$ac_outfile"; then
9052
9112
     # The compiler can only warn and ignore the option if not recognized
9053
9113
     # So say no if there are warnings other than the usual output.
9148
9208
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9149
9209
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9150
9210
   -e 's:$: $lt_compiler_flag:'`
9151
 
   (eval echo "\"\$as_me:9151: $lt_compile\"" >&5)
 
9211
   (eval echo "\"\$as_me:9211: $lt_compile\"" >&5)
9152
9212
   (eval "$lt_compile" 2>out/conftest.err)
9153
9213
   ac_status=$?
9154
9214
   cat out/conftest.err >&5
9155
 
   echo "$as_me:9155: \$? = $ac_status" >&5
 
9215
   echo "$as_me:9215: \$? = $ac_status" >&5
9156
9216
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9157
9217
   then
9158
9218
     # The compiler can only warn and ignore the option if not recognized
9203
9263
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9204
9264
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9205
9265
   -e 's:$: $lt_compiler_flag:'`
9206
 
   (eval echo "\"\$as_me:9206: $lt_compile\"" >&5)
 
9266
   (eval echo "\"\$as_me:9266: $lt_compile\"" >&5)
9207
9267
   (eval "$lt_compile" 2>out/conftest.err)
9208
9268
   ac_status=$?
9209
9269
   cat out/conftest.err >&5
9210
 
   echo "$as_me:9210: \$? = $ac_status" >&5
 
9270
   echo "$as_me:9270: \$? = $ac_status" >&5
9211
9271
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9212
9272
   then
9213
9273
     # The compiler can only warn and ignore the option if not recognized
10935
10995
  # before this can be enabled.
10936
10996
  hardcode_into_libs=yes
10937
10997
 
 
10998
  # Add ABI-specific directories to the system library path.
 
10999
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
11000
 
10938
11001
  # Append ld.so.conf contents to the search path
10939
11002
  if test -f /etc/ld.so.conf; then
10940
11003
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
10941
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
11004
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10942
11005
  fi
10943
11006
 
10944
11007
  # We used to test for /lib/ld.so.1 and disable shared libraries on
11570
11633
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11571
11634
  lt_status=$lt_dlunknown
11572
11635
  cat > conftest.$ac_ext <<_LT_EOF
11573
 
#line 11573 "configure"
 
11636
#line 11636 "configure"
11574
11637
#include "confdefs.h"
11575
11638
 
11576
11639
#if HAVE_DLFCN_H
11666
11729
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11667
11730
  lt_status=$lt_dlunknown
11668
11731
  cat > conftest.$ac_ext <<_LT_EOF
11669
 
#line 11669 "configure"
 
11732
#line 11732 "configure"
11670
11733
#include "confdefs.h"
11671
11734
 
11672
11735
#if HAVE_DLFCN_H
11895
11958
 
11896
11959
 
11897
11960
CFLAGS="${CFLAGS} -Wall"
 
11961
CFLAGS+=" -DGSEAL_ENABLE"
11898
11962
 
11899
11963
 
11900
11964
 
12016
12080
 
12017
12081
 
12018
12082
 
 
12083
 
 
12084
 
 
12085
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
12086
        if test -n "$ac_tool_prefix"; then
 
12087
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
12088
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
12089
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
12090
$as_echo_n "checking for $ac_word... " >&6; }
 
12091
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
 
12092
  $as_echo_n "(cached) " >&6
 
12093
else
 
12094
  case $PKG_CONFIG in
 
12095
  [\\/]* | ?:[\\/]*)
 
12096
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 
12097
  ;;
 
12098
  *)
 
12099
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12100
for as_dir in $PATH
 
12101
do
 
12102
  IFS=$as_save_IFS
 
12103
  test -z "$as_dir" && as_dir=.
 
12104
    for ac_exec_ext in '' $ac_executable_extensions; do
 
12105
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
12106
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
12107
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
12108
    break 2
 
12109
  fi
 
12110
done
 
12111
  done
 
12112
IFS=$as_save_IFS
 
12113
 
 
12114
  ;;
 
12115
esac
 
12116
fi
 
12117
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
12118
if test -n "$PKG_CONFIG"; then
 
12119
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
 
12120
$as_echo "$PKG_CONFIG" >&6; }
 
12121
else
 
12122
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12123
$as_echo "no" >&6; }
 
12124
fi
 
12125
 
 
12126
 
 
12127
fi
 
12128
if test -z "$ac_cv_path_PKG_CONFIG"; then
 
12129
  ac_pt_PKG_CONFIG=$PKG_CONFIG
 
12130
  # Extract the first word of "pkg-config", so it can be a program name with args.
 
12131
set dummy pkg-config; ac_word=$2
 
12132
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
12133
$as_echo_n "checking for $ac_word... " >&6; }
 
12134
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
 
12135
  $as_echo_n "(cached) " >&6
 
12136
else
 
12137
  case $ac_pt_PKG_CONFIG in
 
12138
  [\\/]* | ?:[\\/]*)
 
12139
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 
12140
  ;;
 
12141
  *)
 
12142
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12143
for as_dir in $PATH
 
12144
do
 
12145
  IFS=$as_save_IFS
 
12146
  test -z "$as_dir" && as_dir=.
 
12147
    for ac_exec_ext in '' $ac_executable_extensions; do
 
12148
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
12149
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
12150
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
12151
    break 2
 
12152
  fi
 
12153
done
 
12154
  done
 
12155
IFS=$as_save_IFS
 
12156
 
 
12157
  ;;
 
12158
esac
 
12159
fi
 
12160
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
12161
if test -n "$ac_pt_PKG_CONFIG"; then
 
12162
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
 
12163
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
12164
else
 
12165
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12166
$as_echo "no" >&6; }
 
12167
fi
 
12168
 
 
12169
  if test "x$ac_pt_PKG_CONFIG" = x; then
 
12170
    PKG_CONFIG=""
 
12171
  else
 
12172
    case $cross_compiling:$ac_tool_warned in
 
12173
yes:)
 
12174
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
12175
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
12176
ac_tool_warned=yes ;;
 
12177
esac
 
12178
    PKG_CONFIG=$ac_pt_PKG_CONFIG
 
12179
  fi
 
12180
else
 
12181
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 
12182
fi
 
12183
 
 
12184
fi
 
12185
if test -n "$PKG_CONFIG"; then
 
12186
        _pkg_min_version=0.9.0
 
12187
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
 
12188
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
12189
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
12190
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
12191
$as_echo "yes" >&6; }
 
12192
        else
 
12193
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12194
$as_echo "no" >&6; }
 
12195
                PKG_CONFIG=""
 
12196
        fi
 
12197
 
 
12198
fi
 
12199
 
 
12200
 
 
12201
    # Extract the first word of "gtkdoc-check", so it can be a program name with args.
 
12202
set dummy gtkdoc-check; ac_word=$2
 
12203
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
12204
$as_echo_n "checking for $ac_word... " >&6; }
 
12205
if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
 
12206
  $as_echo_n "(cached) " >&6
 
12207
else
 
12208
  case $GTKDOC_CHECK in
 
12209
  [\\/]* | ?:[\\/]*)
 
12210
  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
 
12211
  ;;
 
12212
  *)
 
12213
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12214
for as_dir in $PATH
 
12215
do
 
12216
  IFS=$as_save_IFS
 
12217
  test -z "$as_dir" && as_dir=.
 
12218
    for ac_exec_ext in '' $ac_executable_extensions; do
 
12219
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
12220
    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
 
12221
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
12222
    break 2
 
12223
  fi
 
12224
done
 
12225
  done
 
12226
IFS=$as_save_IFS
 
12227
 
 
12228
  ;;
 
12229
esac
 
12230
fi
 
12231
GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
 
12232
if test -n "$GTKDOC_CHECK"; then
 
12233
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
 
12234
$as_echo "$GTKDOC_CHECK" >&6; }
 
12235
else
 
12236
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12237
$as_echo "no" >&6; }
 
12238
fi
 
12239
 
 
12240
 
 
12241
  for ac_prog in gtkdoc-rebase
 
12242
do
 
12243
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
12244
set dummy $ac_prog; ac_word=$2
 
12245
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
12246
$as_echo_n "checking for $ac_word... " >&6; }
 
12247
if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
 
12248
  $as_echo_n "(cached) " >&6
 
12249
else
 
12250
  case $GTKDOC_REBASE in
 
12251
  [\\/]* | ?:[\\/]*)
 
12252
  ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
 
12253
  ;;
 
12254
  *)
 
12255
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12256
for as_dir in $PATH
 
12257
do
 
12258
  IFS=$as_save_IFS
 
12259
  test -z "$as_dir" && as_dir=.
 
12260
    for ac_exec_ext in '' $ac_executable_extensions; do
 
12261
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
12262
    ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
 
12263
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
12264
    break 2
 
12265
  fi
 
12266
done
 
12267
  done
 
12268
IFS=$as_save_IFS
 
12269
 
 
12270
  ;;
 
12271
esac
 
12272
fi
 
12273
GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
 
12274
if test -n "$GTKDOC_REBASE"; then
 
12275
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
 
12276
$as_echo "$GTKDOC_REBASE" >&6; }
 
12277
else
 
12278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12279
$as_echo "no" >&6; }
 
12280
fi
 
12281
 
 
12282
 
 
12283
  test -n "$GTKDOC_REBASE" && break
 
12284
done
 
12285
test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
 
12286
 
 
12287
  # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
 
12288
set dummy gtkdoc-mkpdf; ac_word=$2
 
12289
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
12290
$as_echo_n "checking for $ac_word... " >&6; }
 
12291
if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
 
12292
  $as_echo_n "(cached) " >&6
 
12293
else
 
12294
  case $GTKDOC_MKPDF in
 
12295
  [\\/]* | ?:[\\/]*)
 
12296
  ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
 
12297
  ;;
 
12298
  *)
 
12299
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12300
for as_dir in $PATH
 
12301
do
 
12302
  IFS=$as_save_IFS
 
12303
  test -z "$as_dir" && as_dir=.
 
12304
    for ac_exec_ext in '' $ac_executable_extensions; do
 
12305
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
12306
    ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
 
12307
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
12308
    break 2
 
12309
  fi
 
12310
done
 
12311
  done
 
12312
IFS=$as_save_IFS
 
12313
 
 
12314
  ;;
 
12315
esac
 
12316
fi
 
12317
GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
 
12318
if test -n "$GTKDOC_MKPDF"; then
 
12319
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
 
12320
$as_echo "$GTKDOC_MKPDF" >&6; }
 
12321
else
 
12322
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12323
$as_echo "no" >&6; }
 
12324
fi
 
12325
 
 
12326
 
 
12327
 
 
12328
 
 
12329
# Check whether --with-html-dir was given.
 
12330
if test "${with_html_dir+set}" = set; then :
 
12331
  withval=$with_html_dir;
 
12332
else
 
12333
  with_html_dir='${datadir}/gtk-doc/html'
 
12334
fi
 
12335
 
 
12336
  HTML_DIR="$with_html_dir"
 
12337
 
 
12338
 
 
12339
    # Check whether --enable-gtk-doc was given.
 
12340
if test "${enable_gtk_doc+set}" = set; then :
 
12341
  enableval=$enable_gtk_doc;
 
12342
else
 
12343
  enable_gtk_doc=no
 
12344
fi
 
12345
 
 
12346
 
 
12347
  if test x$enable_gtk_doc = xyes; then
 
12348
    if test -n "$PKG_CONFIG" && \
 
12349
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.11\""; } >&5
 
12350
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.11") 2>&5
 
12351
  ac_status=$?
 
12352
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
12353
  test $ac_status = 0; }; then
 
12354
  :
 
12355
else
 
12356
  as_fn_error "You need to have gtk-doc >= 1.11 installed to build $PACKAGE_NAME" "$LINENO" 5
 
12357
fi
 
12358
  fi
 
12359
 
 
12360
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
 
12361
$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
 
12362
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
 
12363
$as_echo "$enable_gtk_doc" >&6; }
 
12364
 
 
12365
    # Check whether --enable-gtk-doc-html was given.
 
12366
if test "${enable_gtk_doc_html+set}" = set; then :
 
12367
  enableval=$enable_gtk_doc_html;
 
12368
else
 
12369
  enable_gtk_doc_html=yes
 
12370
fi
 
12371
 
 
12372
    # Check whether --enable-gtk-doc-pdf was given.
 
12373
if test "${enable_gtk_doc_pdf+set}" = set; then :
 
12374
  enableval=$enable_gtk_doc_pdf;
 
12375
else
 
12376
  enable_gtk_doc_pdf=no
 
12377
fi
 
12378
 
 
12379
 
 
12380
  if test -z "$GTKDOC_MKPDF"; then
 
12381
    enable_gtk_doc_pdf=no
 
12382
  fi
 
12383
 
 
12384
 
 
12385
   if test x$enable_gtk_doc = xyes; then
 
12386
  ENABLE_GTK_DOC_TRUE=
 
12387
  ENABLE_GTK_DOC_FALSE='#'
 
12388
else
 
12389
  ENABLE_GTK_DOC_TRUE='#'
 
12390
  ENABLE_GTK_DOC_FALSE=
 
12391
fi
 
12392
 
 
12393
   if test x$enable_gtk_doc_html = xyes; then
 
12394
  GTK_DOC_BUILD_HTML_TRUE=
 
12395
  GTK_DOC_BUILD_HTML_FALSE='#'
 
12396
else
 
12397
  GTK_DOC_BUILD_HTML_TRUE='#'
 
12398
  GTK_DOC_BUILD_HTML_FALSE=
 
12399
fi
 
12400
 
 
12401
   if test x$enable_gtk_doc_pdf = xyes; then
 
12402
  GTK_DOC_BUILD_PDF_TRUE=
 
12403
  GTK_DOC_BUILD_PDF_FALSE='#'
 
12404
else
 
12405
  GTK_DOC_BUILD_PDF_TRUE='#'
 
12406
  GTK_DOC_BUILD_PDF_FALSE=
 
12407
fi
 
12408
 
 
12409
   if test -n "$LIBTOOL"; then
 
12410
  GTK_DOC_USE_LIBTOOL_TRUE=
 
12411
  GTK_DOC_USE_LIBTOOL_FALSE='#'
 
12412
else
 
12413
  GTK_DOC_USE_LIBTOOL_TRUE='#'
 
12414
  GTK_DOC_USE_LIBTOOL_FALSE=
 
12415
fi
 
12416
 
 
12417
   if test -n "$GTKDOC_REBASE"; then
 
12418
  GTK_DOC_USE_REBASE_TRUE=
 
12419
  GTK_DOC_USE_REBASE_FALSE='#'
 
12420
else
 
12421
  GTK_DOC_USE_REBASE_TRUE='#'
 
12422
  GTK_DOC_USE_REBASE_FALSE=
 
12423
fi
 
12424
 
 
12425
 
 
12426
 
 
12427
#*******************************************************************************
 
12428
# soname
 
12429
#*******************************************************************************
 
12430
# Before making a release, the CHEESE_LT_VERSION string should be modified.
 
12431
# The string is of the form C:R:A.
 
12432
# - If interfaces have been changed or added, but binary compatibility has
 
12433
#   been preserved, change to C+1:0:A+1
 
12434
# - If binary compatibility has been broken (eg removed or changed interfaces)
 
12435
#   change to C+1:0:0
 
12436
# - If the interface is the same as the previous version, change to C:R+1:A
 
12437
CHEESE_LT_VERSION=18:0:0
 
12438
 
 
12439
 
12019
12440
#*******************************************************************************
12020
12441
# Expanded dirs
12021
12442
#*******************************************************************************
13311
13732
 
13312
13733
 
13313
13734
 
13314
 
 
13315
 
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13316
 
        if test -n "$ac_tool_prefix"; then
13317
 
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13318
 
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
13319
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13320
 
$as_echo_n "checking for $ac_word... " >&6; }
13321
 
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
13322
 
  $as_echo_n "(cached) " >&6
13323
 
else
13324
 
  case $PKG_CONFIG in
13325
 
  [\\/]* | ?:[\\/]*)
13326
 
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13327
 
  ;;
13328
 
  *)
13329
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13330
 
for as_dir in $PATH
13331
 
do
13332
 
  IFS=$as_save_IFS
13333
 
  test -z "$as_dir" && as_dir=.
13334
 
    for ac_exec_ext in '' $ac_executable_extensions; do
13335
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13336
 
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13337
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13338
 
    break 2
13339
 
  fi
13340
 
done
13341
 
  done
13342
 
IFS=$as_save_IFS
13343
 
 
13344
 
  ;;
13345
 
esac
13346
 
fi
13347
 
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13348
 
if test -n "$PKG_CONFIG"; then
13349
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
13350
 
$as_echo "$PKG_CONFIG" >&6; }
13351
 
else
13352
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13353
 
$as_echo "no" >&6; }
13354
 
fi
13355
 
 
13356
 
 
13357
 
fi
13358
 
if test -z "$ac_cv_path_PKG_CONFIG"; then
13359
 
  ac_pt_PKG_CONFIG=$PKG_CONFIG
13360
 
  # Extract the first word of "pkg-config", so it can be a program name with args.
13361
 
set dummy pkg-config; ac_word=$2
13362
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13363
 
$as_echo_n "checking for $ac_word... " >&6; }
13364
 
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
13365
 
  $as_echo_n "(cached) " >&6
13366
 
else
13367
 
  case $ac_pt_PKG_CONFIG in
13368
 
  [\\/]* | ?:[\\/]*)
13369
 
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
13370
 
  ;;
13371
 
  *)
13372
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13373
 
for as_dir in $PATH
13374
 
do
13375
 
  IFS=$as_save_IFS
13376
 
  test -z "$as_dir" && as_dir=.
13377
 
    for ac_exec_ext in '' $ac_executable_extensions; do
13378
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13379
 
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13380
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13381
 
    break 2
13382
 
  fi
13383
 
done
13384
 
  done
13385
 
IFS=$as_save_IFS
13386
 
 
13387
 
  ;;
13388
 
esac
13389
 
fi
13390
 
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
13391
 
if test -n "$ac_pt_PKG_CONFIG"; then
13392
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
13393
 
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
13394
 
else
13395
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13396
 
$as_echo "no" >&6; }
13397
 
fi
13398
 
 
13399
 
  if test "x$ac_pt_PKG_CONFIG" = x; then
13400
 
    PKG_CONFIG=""
13401
 
  else
13402
 
    case $cross_compiling:$ac_tool_warned in
13403
 
yes:)
13404
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13405
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13406
 
ac_tool_warned=yes ;;
13407
 
esac
13408
 
    PKG_CONFIG=$ac_pt_PKG_CONFIG
13409
 
  fi
13410
 
else
13411
 
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
13412
 
fi
13413
 
 
13414
 
fi
13415
 
if test -n "$PKG_CONFIG"; then
13416
 
        _pkg_min_version=0.9.0
13417
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
13418
 
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
13419
 
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
13420
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13421
 
$as_echo "yes" >&6; }
13422
 
        else
13423
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13424
 
$as_echo "no" >&6; }
13425
 
                PKG_CONFIG=""
13426
 
        fi
13427
 
 
13428
 
fi
13429
 
 
13430
13735
gdu_cv_version_required=0.3.2
13431
13736
 
13432
13737
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
13523
13828
GLIB_REQUIRED=2.16.0
13524
13829
GOBJECT_REQUIRED=2.12.0
13525
13830
GIO_REQUIRED=2.16.0
13526
 
GTK_REQUIRED=2.17.4
 
13831
GTK_REQUIRED=2.19.1
13527
13832
GDK_REQUIRED=2.14.0
13528
13833
LIBGNOMEDESKTOP_REQUIRED=2.26.0
13529
13834
GCONF_REQUIRED=2.16.0
13530
 
GSTREAMER_REQUIRED=0.10.20
13531
 
LIBEBOOK_REQUIRED=1.12.0
 
13835
GSTREAMER_REQUIRED=0.10.23
13532
13836
CAIRO_REQUIRED=1.4.0
13533
13837
DBUS_REQUIRED=1.0
13534
13838
DBUS_GLIB_REQUIRED=0.7
13535
 
HAL_REQUIRED=0.5.9
13536
13839
PANGOCAIRO_REQUIRED=1.18.0
13537
13840
LIBRSVG_REQUIRED=2.18.0
13538
13841
 
 
13842
#*******************************************************************************
 
13843
# Check for udev
 
13844
#*******************************************************************************
 
13845
 
 
13846
UDEV_PKG=
 
13847
 
 
13848
pkg_failed=no
 
13849
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5
 
13850
$as_echo_n "checking for UDEV... " >&6; }
 
13851
 
 
13852
if test -n "$UDEV_CFLAGS"; then
 
13853
    pkg_cv_UDEV_CFLAGS="$UDEV_CFLAGS"
 
13854
 elif test -n "$PKG_CONFIG"; then
 
13855
    if test -n "$PKG_CONFIG" && \
 
13856
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gudev-1.0\""; } >&5
 
13857
  ($PKG_CONFIG --exists --print-errors "gudev-1.0") 2>&5
 
13858
  ac_status=$?
 
13859
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13860
  test $ac_status = 0; }; then
 
13861
  pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "gudev-1.0" 2>/dev/null`
 
13862
else
 
13863
  pkg_failed=yes
 
13864
fi
 
13865
 else
 
13866
    pkg_failed=untried
 
13867
fi
 
13868
if test -n "$UDEV_LIBS"; then
 
13869
    pkg_cv_UDEV_LIBS="$UDEV_LIBS"
 
13870
 elif test -n "$PKG_CONFIG"; then
 
13871
    if test -n "$PKG_CONFIG" && \
 
13872
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gudev-1.0\""; } >&5
 
13873
  ($PKG_CONFIG --exists --print-errors "gudev-1.0") 2>&5
 
13874
  ac_status=$?
 
13875
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13876
  test $ac_status = 0; }; then
 
13877
  pkg_cv_UDEV_LIBS=`$PKG_CONFIG --libs "gudev-1.0" 2>/dev/null`
 
13878
else
 
13879
  pkg_failed=yes
 
13880
fi
 
13881
 else
 
13882
    pkg_failed=untried
 
13883
fi
 
13884
 
 
13885
 
 
13886
 
 
13887
if test $pkg_failed = yes; then
 
13888
 
 
13889
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
13890
        _pkg_short_errors_supported=yes
 
13891
else
 
13892
        _pkg_short_errors_supported=no
 
13893
fi
 
13894
        if test $_pkg_short_errors_supported = yes; then
 
13895
                UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gudev-1.0" 2>&1`
 
13896
        else
 
13897
                UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors "gudev-1.0" 2>&1`
 
13898
        fi
 
13899
        # Put the nasty error message in config.log where it belongs
 
13900
        echo "$UDEV_PKG_ERRORS" >&5
 
13901
 
 
13902
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13903
$as_echo "no" >&6; }
 
13904
                UDEV_PKG=
 
13905
elif test $pkg_failed = untried; then
 
13906
        UDEV_PKG=
 
13907
else
 
13908
        UDEV_CFLAGS=$pkg_cv_UDEV_CFLAGS
 
13909
        UDEV_LIBS=$pkg_cv_UDEV_LIBS
 
13910
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13911
$as_echo "yes" >&6; }
 
13912
 
 
13913
$as_echo "#define HAVE_UDEV 1" >>confdefs.h
 
13914
 
 
13915
                  UDEV_PKG=gudev-1.0
 
13916
fi
 
13917
 
 
13918
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking operating system" >&5
 
13919
$as_echo_n "checking operating system... " >&6; }
 
13920
case $host in
 
13921
        *-linux*)
 
13922
 
 
13923
$as_echo "#define OS_LINUX /**/" >>confdefs.h
 
13924
 
 
13925
 
 
13926
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: Linux" >&5
 
13927
$as_echo "Linux" >&6; }
 
13928
                if test x$UDEV_PKG = "x" ; then
 
13929
                        as_fn_error "libgudev is required under Linux and not installed" "$LINENO" 5
 
13930
                fi
 
13931
                ;;
 
13932
        *)
 
13933
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported operating system" >&5
 
13934
$as_echo "unsupported operating system" >&6; }
 
13935
esac
 
13936
 
 
13937
 
 
13938
ac_fn_c_check_header_mongrel "$LINENO" "sys/videoio.h" "ac_cv_header_sys_videoio_h" "$ac_includes_default"
 
13939
if test "x$ac_cv_header_sys_videoio_h" = x""yes; then :
 
13940
 
 
13941
$as_echo "#define USE_SYS_VIDEOIO_H 1" >>confdefs.h
 
13942
 
 
13943
else
 
13944
 
 
13945
$as_echo "#define USE_SYS_VIDEOIO_H 0" >>confdefs.h
 
13946
 
 
13947
fi
 
13948
 
 
13949
 
 
13950
 
 
13951
XTEST_LIBS=
 
13952
ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/XTest.h" "ac_cv_header_X11_extensions_XTest_h" "$ac_includes_default"
 
13953
if test "x$ac_cv_header_X11_extensions_XTest_h" = x""yes; then :
 
13954
 
 
13955
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XTestFakeKeyEvent in -lXtst" >&5
 
13956
$as_echo_n "checking for XTestFakeKeyEvent in -lXtst... " >&6; }
 
13957
if test "${ac_cv_lib_Xtst_XTestFakeKeyEvent+set}" = set; then :
 
13958
  $as_echo_n "(cached) " >&6
 
13959
else
 
13960
  ac_check_lib_save_LIBS=$LIBS
 
13961
LIBS="-lXtst  $LIBS"
 
13962
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13963
/* end confdefs.h.  */
 
13964
 
 
13965
/* Override any GCC internal prototype to avoid an error.
 
13966
   Use char because int might match the return type of a GCC
 
13967
   builtin and then its argument prototype would still apply.  */
 
13968
#ifdef __cplusplus
 
13969
extern "C"
 
13970
#endif
 
13971
char XTestFakeKeyEvent ();
 
13972
int
 
13973
main ()
 
13974
{
 
13975
return XTestFakeKeyEvent ();
 
13976
  ;
 
13977
  return 0;
 
13978
}
 
13979
_ACEOF
 
13980
if ac_fn_c_try_link "$LINENO"; then :
 
13981
  ac_cv_lib_Xtst_XTestFakeKeyEvent=yes
 
13982
else
 
13983
  ac_cv_lib_Xtst_XTestFakeKeyEvent=no
 
13984
fi
 
13985
rm -f core conftest.err conftest.$ac_objext \
 
13986
    conftest$ac_exeext conftest.$ac_ext
 
13987
LIBS=$ac_check_lib_save_LIBS
 
13988
fi
 
13989
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xtst_XTestFakeKeyEvent" >&5
 
13990
$as_echo "$ac_cv_lib_Xtst_XTestFakeKeyEvent" >&6; }
 
13991
if test "x$ac_cv_lib_Xtst_XTestFakeKeyEvent" = x""yes; then :
 
13992
 
 
13993
 
 
13994
$as_echo "#define HAVE_XTEST 1" >>confdefs.h
 
13995
 
 
13996
      XTEST_LIBS="-lX11 -lXtst"
 
13997
fi
 
13998
 
 
13999
 
 
14000
fi
 
14001
 
 
14002
 
 
14003
 
 
14004
 if test "x$HAVE_TEST" = "xyes"; then
 
14005
  HAVE_XTEST_TRUE=
 
14006
  HAVE_XTEST_FALSE='#'
 
14007
else
 
14008
  HAVE_XTEST_TRUE='#'
 
14009
  HAVE_XTEST_FALSE=
 
14010
fi
 
14011
 
 
14012
 
13539
14013
 
13540
14014
pkg_failed=no
13541
14015
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHEESE" >&5
13555
14029
  gconf-2.0 >= \$GCONF_REQUIRED \\
13556
14030
  gstreamer-0.10 >= \$GSTREAMER_REQUIRED \\
13557
14031
  gstreamer-plugins-base-0.10 >= \$GSTREAMER_REQUIRED \\
13558
 
  libebook-1.2 >= \$LIBEBOOK_REQUIRED \\
13559
14032
  cairo >= \$CAIRO_REQUIRED \\
13560
14033
  dbus-1 >= \$DBUS_REQUIRED \\
13561
14034
  dbus-glib-1 >= \$DBUS_GLIB_REQUIRED \\
13562
 
  hal >= \$HAL_REQUIRED \\
13563
14035
  pangocairo >= \$PANGOCAIRO_REQUIRED \\
13564
 
  librsvg-2.0 >= \$LIBRSVG_REQUIRED\""; } >&5
 
14036
  librsvg-2.0 >= \$LIBRSVG_REQUIRED
 
14037
  libcanberra-gtk \$UDEV_PKG\""; } >&5
13565
14038
  ($PKG_CONFIG --exists --print-errors "\
13566
14039
  glib-2.0 >= $GLIB_REQUIRED \
13567
14040
  gobject-2.0 >= $GOBJECT_REQUIRED \
13572
14045
  gconf-2.0 >= $GCONF_REQUIRED \
13573
14046
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13574
14047
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13575
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13576
14048
  cairo >= $CAIRO_REQUIRED \
13577
14049
  dbus-1 >= $DBUS_REQUIRED \
13578
14050
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13579
 
  hal >= $HAL_REQUIRED \
13580
14051
  pangocairo >= $PANGOCAIRO_REQUIRED \
13581
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED") 2>&5
 
14052
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14053
  libcanberra-gtk $UDEV_PKG") 2>&5
13582
14054
  ac_status=$?
13583
14055
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13584
14056
  test $ac_status = 0; }; then
13592
14064
  gconf-2.0 >= $GCONF_REQUIRED \
13593
14065
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13594
14066
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13595
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13596
14067
  cairo >= $CAIRO_REQUIRED \
13597
14068
  dbus-1 >= $DBUS_REQUIRED \
13598
14069
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13599
 
  hal >= $HAL_REQUIRED \
13600
14070
  pangocairo >= $PANGOCAIRO_REQUIRED \
13601
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED" 2>/dev/null`
 
14071
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14072
  libcanberra-gtk $UDEV_PKG" 2>/dev/null`
13602
14073
else
13603
14074
  pkg_failed=yes
13604
14075
fi
13619
14090
  gconf-2.0 >= \$GCONF_REQUIRED \\
13620
14091
  gstreamer-0.10 >= \$GSTREAMER_REQUIRED \\
13621
14092
  gstreamer-plugins-base-0.10 >= \$GSTREAMER_REQUIRED \\
13622
 
  libebook-1.2 >= \$LIBEBOOK_REQUIRED \\
13623
14093
  cairo >= \$CAIRO_REQUIRED \\
13624
14094
  dbus-1 >= \$DBUS_REQUIRED \\
13625
14095
  dbus-glib-1 >= \$DBUS_GLIB_REQUIRED \\
13626
 
  hal >= \$HAL_REQUIRED \\
13627
14096
  pangocairo >= \$PANGOCAIRO_REQUIRED \\
13628
 
  librsvg-2.0 >= \$LIBRSVG_REQUIRED\""; } >&5
 
14097
  librsvg-2.0 >= \$LIBRSVG_REQUIRED
 
14098
  libcanberra-gtk \$UDEV_PKG\""; } >&5
13629
14099
  ($PKG_CONFIG --exists --print-errors "\
13630
14100
  glib-2.0 >= $GLIB_REQUIRED \
13631
14101
  gobject-2.0 >= $GOBJECT_REQUIRED \
13636
14106
  gconf-2.0 >= $GCONF_REQUIRED \
13637
14107
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13638
14108
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13639
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13640
14109
  cairo >= $CAIRO_REQUIRED \
13641
14110
  dbus-1 >= $DBUS_REQUIRED \
13642
14111
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13643
 
  hal >= $HAL_REQUIRED \
13644
14112
  pangocairo >= $PANGOCAIRO_REQUIRED \
13645
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED") 2>&5
 
14113
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14114
  libcanberra-gtk $UDEV_PKG") 2>&5
13646
14115
  ac_status=$?
13647
14116
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13648
14117
  test $ac_status = 0; }; then
13656
14125
  gconf-2.0 >= $GCONF_REQUIRED \
13657
14126
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13658
14127
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13659
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13660
14128
  cairo >= $CAIRO_REQUIRED \
13661
14129
  dbus-1 >= $DBUS_REQUIRED \
13662
14130
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13663
 
  hal >= $HAL_REQUIRED \
13664
14131
  pangocairo >= $PANGOCAIRO_REQUIRED \
13665
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED" 2>/dev/null`
 
14132
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14133
  libcanberra-gtk $UDEV_PKG" 2>/dev/null`
13666
14134
else
13667
14135
  pkg_failed=yes
13668
14136
fi
13690
14158
  gconf-2.0 >= $GCONF_REQUIRED \
13691
14159
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13692
14160
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13693
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13694
14161
  cairo >= $CAIRO_REQUIRED \
13695
14162
  dbus-1 >= $DBUS_REQUIRED \
13696
14163
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13697
 
  hal >= $HAL_REQUIRED \
13698
14164
  pangocairo >= $PANGOCAIRO_REQUIRED \
13699
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED" 2>&1`
 
14165
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14166
  libcanberra-gtk $UDEV_PKG" 2>&1`
13700
14167
        else
13701
14168
                CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
13702
14169
  glib-2.0 >= $GLIB_REQUIRED \
13708
14175
  gconf-2.0 >= $GCONF_REQUIRED \
13709
14176
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13710
14177
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13711
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13712
14178
  cairo >= $CAIRO_REQUIRED \
13713
14179
  dbus-1 >= $DBUS_REQUIRED \
13714
14180
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13715
 
  hal >= $HAL_REQUIRED \
13716
14181
  pangocairo >= $PANGOCAIRO_REQUIRED \
13717
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED" 2>&1`
 
14182
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14183
  libcanberra-gtk $UDEV_PKG" 2>&1`
13718
14184
        fi
13719
14185
        # Put the nasty error message in config.log where it belongs
13720
14186
        echo "$CHEESE_PKG_ERRORS" >&5
13729
14195
  gconf-2.0 >= $GCONF_REQUIRED \
13730
14196
  gstreamer-0.10 >= $GSTREAMER_REQUIRED \
13731
14197
  gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \
13732
 
  libebook-1.2 >= $LIBEBOOK_REQUIRED \
13733
14198
  cairo >= $CAIRO_REQUIRED \
13734
14199
  dbus-1 >= $DBUS_REQUIRED \
13735
14200
  dbus-glib-1 >= $DBUS_GLIB_REQUIRED \
13736
 
  hal >= $HAL_REQUIRED \
13737
14201
  pangocairo >= $PANGOCAIRO_REQUIRED \
13738
 
  librsvg-2.0 >= $LIBRSVG_REQUIRED) were not met:
 
14202
  librsvg-2.0 >= $LIBRSVG_REQUIRED
 
14203
  libcanberra-gtk $UDEV_PKG) were not met:
13739
14204
 
13740
14205
$CHEESE_PKG_ERRORS
13741
14206
 
13772
14237
 
13773
14238
 
13774
14239
 
13775
 
have_xfree=no
13776
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13777
 
/* end confdefs.h.  */
13778
 
 
13779
 
        #include <X11/XF86keysym.h>
13780
 
        int main(int argc,char **argv) {
13781
 
          return 0;
13782
 
        }
13783
 
 
13784
 
_ACEOF
13785
 
if ac_fn_c_try_compile "$LINENO"; then :
13786
 
  have_xfree=yes
13787
 
fi
13788
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13789
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XFree86 headers" >&5
13790
 
$as_echo_n "checking for XFree86 headers... " >&6; }
13791
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_xfree" >&5
13792
 
$as_echo "$have_xfree" >&6; }
13793
 
if test x"$have_xfree" = "xyes" ; then
13794
 
 
13795
 
$as_echo "#define HAVE_XFREE 1" >>confdefs.h
13796
 
 
13797
 
fi
13798
 
 
13799
 
# Check whether --enable-mmkeys was given.
13800
 
if test "${enable_mmkeys+set}" = set; then :
13801
 
  enableval=$enable_mmkeys;
13802
 
fi
13803
 
 
13804
 
if test x"$have_xfree" = xyes; then
13805
 
        if test x"$enable_mmkeys" != xno; then
13806
 
                enable_mmkeys=yes
13807
 
 
13808
 
$as_echo "#define HAVE_MMKEYS 1" >>confdefs.h
13809
 
 
13810
 
        fi
13811
 
else
13812
 
        if test x"$enable_mmkeys" = xyes; then
13813
 
                as_fn_error "Multimedia keys explicitly requested but no support found" "$LINENO" 5
13814
 
        fi
13815
 
fi
 
14240
GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
 
14241
GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
 
14242
 
 
14243
 
13816
14244
 
13817
14245
# Extract the first word of "gconftool-2", so it can be a program name with args.
13818
14246
set dummy gconftool-2; ac_word=$2
13907
14335
 
13908
14336
#*******************************************************************************
13909
14337
 
13910
 
ac_config_files="$ac_config_files Makefile data/Makefile data/cheese.desktop.in data/effects/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/256x256/Makefile data/icons/scalable/Makefile data/icons/16x16/actions/Makefile data/icons/22x22/actions/Makefile data/icons/24x24/actions/Makefile data/icons/32x32/actions/Makefile data/icons/48x48/actions/Makefile data/icons/scalable/actions/Makefile data/pixmaps/Makefile data/sounds/Makefile help/Makefile src/Makefile po/Makefile.in"
 
14338
ac_config_files="$ac_config_files Makefile cheese-gtk.pc docs/Makefile docs/reference/Makefile docs/reference/version.xml data/Makefile data/cheese.desktop.in data/effects/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/256x256/Makefile data/icons/scalable/Makefile data/icons/16x16/actions/Makefile data/icons/22x22/actions/Makefile data/icons/24x24/actions/Makefile data/icons/32x32/actions/Makefile data/icons/48x48/actions/Makefile data/icons/scalable/actions/Makefile data/pixmaps/Makefile help/Makefile libcheese/Makefile src/Makefile tests/Makefile po/Makefile.in"
13911
14339
 
13912
14340
cat >confcache <<\_ACEOF
13913
14341
# This file is a shell script that caches the results of configure
14034
14462
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
14035
14463
Usually this means the macro was only invoked conditionally." "$LINENO" 5
14036
14464
fi
 
14465
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
 
14466
  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
 
14467
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14468
fi
 
14469
if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
 
14470
  as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
14471
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14472
fi
 
14473
if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
 
14474
  as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
14475
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14476
fi
 
14477
if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
 
14478
  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
 
14479
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14480
fi
 
14481
if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
 
14482
  as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
14483
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14484
fi
14037
14485
 
14038
14486
  ac_config_commands="$ac_config_commands po/stamp-it"
14039
14487
 
14046
14494
  as_fn_error "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
14047
14495
Usually this means the macro was only invoked conditionally." "$LINENO" 5
14048
14496
fi
 
14497
if test -z "${HAVE_XTEST_TRUE}" && test -z "${HAVE_XTEST_FALSE}"; then
 
14498
  as_fn_error "conditional \"HAVE_XTEST\" was never defined.
 
14499
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14500
fi
14049
14501
if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
14050
14502
  as_fn_error "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
14051
14503
Usually this means the macro was only invoked conditionally." "$LINENO" 5
14458
14910
# report actual input values of CONFIG_FILES etc. instead of their
14459
14911
# values after options handling.
14460
14912
ac_log="
14461
 
This file was extended by cheese $as_me 2.28.1, which was
14462
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
14913
This file was extended by cheese $as_me 2.30.1, which was
 
14914
generated by GNU Autoconf 2.65.  Invocation command line was
14463
14915
 
14464
14916
  CONFIG_FILES    = $CONFIG_FILES
14465
14917
  CONFIG_HEADERS  = $CONFIG_HEADERS
14499
14951
 
14500
14952
  -h, --help       print this help, then exit
14501
14953
  -V, --version    print version number and configuration settings, then exit
 
14954
      --config     print configuration, then exit
14502
14955
  -q, --quiet, --silent
14503
14956
                   do not print progress messages
14504
14957
  -d, --debug      don't remove temporary files
14521
14974
 
14522
14975
_ACEOF
14523
14976
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
14977
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14524
14978
ac_cs_version="\\
14525
 
cheese config.status 2.28.1
14526
 
configured by $0, generated by GNU Autoconf 2.64,
14527
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
14979
cheese config.status 2.30.1
 
14980
configured by $0, generated by GNU Autoconf 2.65,
 
14981
  with options \\"\$ac_cs_config\\"
14528
14982
 
14529
14983
Copyright (C) 2009 Free Software Foundation, Inc.
14530
14984
This config.status script is free software; the Free Software Foundation
14562
15016
    ac_cs_recheck=: ;;
14563
15017
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14564
15018
    $as_echo "$ac_cs_version"; exit ;;
 
15019
  --config | --confi | --conf | --con | --co | --c )
 
15020
    $as_echo "$ac_cs_config"; exit ;;
14565
15021
  --debug | --debu | --deb | --de | --d | -d )
14566
15022
    debug=: ;;
14567
15023
  --file | --fil | --fi | --f )
14904
15360
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14905
15361
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14906
15362
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
15363
    "cheese-gtk.pc") CONFIG_FILES="$CONFIG_FILES cheese-gtk.pc" ;;
 
15364
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
 
15365
    "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
 
15366
    "docs/reference/version.xml") CONFIG_FILES="$CONFIG_FILES docs/reference/version.xml" ;;
14907
15367
    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
14908
15368
    "data/cheese.desktop.in") CONFIG_FILES="$CONFIG_FILES data/cheese.desktop.in" ;;
14909
15369
    "data/effects/Makefile") CONFIG_FILES="$CONFIG_FILES data/effects/Makefile" ;;
14922
15382
    "data/icons/48x48/actions/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/actions/Makefile" ;;
14923
15383
    "data/icons/scalable/actions/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/actions/Makefile" ;;
14924
15384
    "data/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES data/pixmaps/Makefile" ;;
14925
 
    "data/sounds/Makefile") CONFIG_FILES="$CONFIG_FILES data/sounds/Makefile" ;;
14926
15385
    "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
 
15386
    "libcheese/Makefile") CONFIG_FILES="$CONFIG_FILES libcheese/Makefile" ;;
14927
15387
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
15388
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
14928
15389
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
14929
15390
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
14930
15391
 
15030
15491
t delim
15031
15492
:nl
15032
15493
h
15033
 
s/\(.\{148\}\).*/\1/
 
15494
s/\(.\{148\}\)..*/\1/
15034
15495
t more1
15035
15496
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15036
15497
p
15044
15505
t nl
15045
15506
:delim
15046
15507
h
15047
 
s/\(.\{148\}\).*/\1/
 
15508
s/\(.\{148\}\)..*/\1/
15048
15509
t more2
15049
15510
s/["\\]/\\&/g; s/^/"/; s/$/"/
15050
15511
p