~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

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 Cheese 3.10.1.
 
3
# Generated by GNU Autoconf 2.69 for Cheese 3.12.0.
4
4
#
5
5
# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=cheese>.
6
6
#
651
651
# Identity of this package.
652
652
PACKAGE_NAME='Cheese'
653
653
PACKAGE_TARNAME='cheese'
654
 
PACKAGE_VERSION='3.10.1'
655
 
PACKAGE_STRING='Cheese 3.10.1'
 
654
PACKAGE_VERSION='3.12.0'
 
655
PACKAGE_STRING='Cheese 3.12.0'
656
656
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=cheese'
657
 
PACKAGE_URL='http://projects.gnome.org/cheese/'
 
657
PACKAGE_URL='https://wiki.gnome.org/Apps/Cheese'
658
658
 
659
659
ac_unique_file="configure.ac"
660
660
# Factoring default headers for most tests.
701
701
GLIB_COMPILE_SCHEMAS
702
702
gsettingsschemadir
703
703
GSETTINGS_DISABLE_SCHEMAS_COMPILE
 
704
APPDATA_XML_RULES
 
705
appdataxmldir
 
706
APPDATA_VALIDATE
704
707
YELP_HELP_RULES
705
708
XMLLINT
706
709
ITSTOOL
707
710
HELP_DIR
 
711
YELP_LC_DIST
 
712
YELP_LC_MEDIA_LINKS
708
713
ENABLE_MAN_FALSE
709
714
ENABLE_MAN_TRUE
710
715
XMLCATALOG
720
725
GTK_DOC_BUILD_HTML_TRUE
721
726
ENABLE_GTK_DOC_FALSE
722
727
ENABLE_GTK_DOC_TRUE
 
728
HAVE_GTK_DOC_FALSE
 
729
HAVE_GTK_DOC_TRUE
723
730
GTKDOC_DEPS_LIBS
724
731
GTKDOC_DEPS_CFLAGS
725
732
HTML_DIR
747
754
GTESTER_REPORT
748
755
GTESTER
749
756
GST_INSPECT
 
757
GLIB_COMPILE_RESOURCES
750
758
CHEESE_GTK_LIBS
751
759
CHEESE_GTK_CFLAGS
752
760
CHEESE_LIBS
940
948
enable_man
941
949
with_xml_catalog
942
950
with_help_dir
 
951
enable_appdata_validate
943
952
enable_schemas_compile
944
953
'
945
954
      ac_precious_vars='build_alias
1502
1511
  # Omit some internal or obsolete options to make the list less imposing.
1503
1512
  # This message is too long to be a string in the A/UX 3.1 sh.
1504
1513
  cat <<_ACEOF
1505
 
\`configure' configures Cheese 3.10.1 to adapt to many kinds of systems.
 
1514
\`configure' configures Cheese 3.12.0 to adapt to many kinds of systems.
1506
1515
 
1507
1516
Usage: $0 [OPTION]... [VAR=VALUE]...
1508
1517
 
1572
1581
 
1573
1582
if test -n "$ac_init_help"; then
1574
1583
  case $ac_init_help in
1575
 
     short | recursive ) echo "Configuration of Cheese 3.10.1:";;
 
1584
     short | recursive ) echo "Configuration of Cheese 3.12.0:";;
1576
1585
   esac
1577
1586
  cat <<\_ACEOF
1578
1587
 
1605
1614
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
1606
1615
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
1607
1616
  --disable-man           Disable building the man page
 
1617
  --disable-appdata-validate
 
1618
                          Disable validating AppData XML files during check
 
1619
                          phase
1608
1620
  --disable-schemas-compile
1609
1621
                          Disable regeneration of gschemas.compiled on install
1610
1622
 
1653
1665
it to find libraries and programs with nonstandard names/locations.
1654
1666
 
1655
1667
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=cheese>.
1656
 
Cheese home page: <http://projects.gnome.org/cheese/>.
 
1668
Cheese home page: <https://wiki.gnome.org/Apps/Cheese>.
1657
1669
_ACEOF
1658
1670
ac_status=$?
1659
1671
fi
1716
1728
test -n "$ac_init_help" && exit $ac_status
1717
1729
if $ac_init_version; then
1718
1730
  cat <<\_ACEOF
1719
 
Cheese configure 3.10.1
 
1731
Cheese configure 3.12.0
1720
1732
generated by GNU Autoconf 2.69
1721
1733
 
1722
1734
Copyright (C) 2012 Free Software Foundation, Inc.
2085
2097
This file contains any messages produced by compilers while
2086
2098
running configure, to aid debugging if configure makes a mistake.
2087
2099
 
2088
 
It was created by Cheese $as_me 3.10.1, which was
 
2100
It was created by Cheese $as_me 3.12.0, which was
2089
2101
generated by GNU Autoconf 2.69.  Invocation command line was
2090
2102
 
2091
2103
  $ $0 $@
2954
2966
 
2955
2967
# Define the identity of the package.
2956
2968
 PACKAGE='cheese'
2957
 
 VERSION='3.10.1'
 
2969
 VERSION='3.12.0'
2958
2970
 
2959
2971
 
2960
2972
# Some tools Automake needs.
4207
4219
fi
4208
4220
 
4209
4221
 
4210
 
   if test "$VALAC" != valac && test -n "0.18.0"; then :
4211
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $VALAC is at least version 0.18.0" >&5
4212
 
$as_echo_n "checking whether $VALAC is at least version 0.18.0... " >&6; }
 
4222
   if test "$VALAC" != valac && test -n "0.23.3"; then :
 
4223
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $VALAC is at least version 0.23.3" >&5
 
4224
$as_echo_n "checking whether $VALAC is at least version 0.23.3... " >&6; }
4213
4225
       am__vala_version=`$VALAC --version | sed 's/Vala  *//'`
4214
 
       as_arg_v1=0.18.0
 
4226
       as_arg_v1=0.23.3
4215
4227
as_arg_v2="$am__vala_version"
4216
4228
awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
4217
4229
case $? in #(
6650
6662
  rm -rf conftest*
6651
6663
  ;;
6652
6664
 
6653
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
6665
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6654
6666
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6655
6667
  # Find out which ABI we are using.
6656
6668
  echo 'int i;' > conftest.$ac_ext
6668
6680
          x86_64-*linux*)
6669
6681
            LD="${LD-ld} -m elf_i386"
6670
6682
            ;;
6671
 
          ppc64-*linux*|powerpc64-*linux*)
 
6683
          powerpc64le-*linux*)
 
6684
            LD="${LD-ld} -m elf32lppclinux"
 
6685
            ;;
 
6686
          powerpc64-*linux*)
6672
6687
            LD="${LD-ld} -m elf32ppclinux"
6673
6688
            ;;
6674
6689
          s390x-*linux*)
6687
6702
          x86_64-*linux*)
6688
6703
            LD="${LD-ld} -m elf_x86_64"
6689
6704
            ;;
6690
 
          ppc*-*linux*|powerpc*-*linux*)
 
6705
          powerpcle-*linux*)
 
6706
            LD="${LD-ld} -m elf64lppc"
 
6707
            ;;
 
6708
          powerpc-*linux*)
6691
6709
            LD="${LD-ld} -m elf64ppc"
6692
6710
            ;;
6693
6711
          s390*-*linux*|s390*-*tpf*)
12005
12023
    minimum)
12006
12024
        warning_flags="-Wall"
12007
12025
        ;;
12008
 
    yes)
12009
 
        warning_flags="$base_warn_flags $base_error_flags $additional_flags"
12010
 
        ;;
12011
 
    maximum|error)
 
12026
    yes|maximum|error)
12012
12027
        warning_flags="$base_warn_flags $base_error_flags $additional_flags"
12013
12028
        ;;
12014
12029
    *)
12098
12113
# - If binary compatibility has been broken (eg removed or changed interfaces)
12099
12114
#   change to C+1:0:0
12100
12115
# - If the interface is the same as the previous version, change to C:R+1:A
12101
 
LIBCHEESE_LT_VERSION=7:16:0
 
12116
LIBCHEESE_LT_VERSION=7:23:0
12102
12117
 
12103
 
LIBCHEESE_GTK_LT_VERSION=23:16:0
 
12118
LIBCHEESE_GTK_LT_VERSION=24:7:1
12104
12119
 
12105
12120
 
12106
12121
#*******************************************************************************
12698
12713
#*******************************************************************************
12699
12714
 
12700
12715
 
12701
 
GLIB_REQUIRED="glib-2.0 >= 2.32.0"
12702
 
GOBJECT_REQUIRED="gobject-2.0 >= 2.28.0"
12703
 
GIO_REQUIRED="gio-2.0 >= 2.32.0"
12704
 
GTK_REQUIRED="gtk+-3.0 >= 3.4.4"
12705
 
GDK_REQUIRED="gdk-3.0 >= 3.3.6"
 
12716
GLIB_REQUIRED="glib-2.0 >= 2.39.90"
 
12717
GTK_REQUIRED="gtk+-3.0 >= 3.10.0"
12706
12718
GDK_PIXBUF_REQUIRED="gdk-pixbuf-2.0"
12707
12719
LIBGNOMEDESKTOP_REQUIRED="gnome-desktop-3.0 >= 2.91.6"
12708
12720
GSTREAMER_VERSION=0.11.0
12834
12846
 elif test -n "$PKG_CONFIG"; then
12835
12847
    if test -n "$PKG_CONFIG" && \
12836
12848
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GLIB_REQUIRED
12837
 
  \$GIO_REQUIRED
12838
12849
  \$X11_REQUIRED
12839
 
  \$GOBJECT_REQUIRED
12840
12850
  \$GDK_PIXBUF_REQUIRED
12841
12851
  \$GSTREAMER_REQUIRED
12842
12852
  \$GSTREAMER_PLUGINS_BAD_REQUIRED
12847
12857
  \$CLUTTERGST_REQUIRED
12848
12858
  \$UDEV_REQUIRED\""; } >&5
12849
12859
  ($PKG_CONFIG --exists --print-errors "$GLIB_REQUIRED
12850
 
  $GIO_REQUIRED
12851
12860
  $X11_REQUIRED
12852
 
  $GOBJECT_REQUIRED
12853
12861
  $GDK_PIXBUF_REQUIRED
12854
12862
  $GSTREAMER_REQUIRED
12855
12863
  $GSTREAMER_PLUGINS_BAD_REQUIRED
12863
12871
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12864
12872
  test $ac_status = 0; }; then
12865
12873
  pkg_cv_CHEESE_CFLAGS=`$PKG_CONFIG --cflags "$GLIB_REQUIRED
12866
 
  $GIO_REQUIRED
12867
12874
  $X11_REQUIRED
12868
 
  $GOBJECT_REQUIRED
12869
12875
  $GDK_PIXBUF_REQUIRED
12870
12876
  $GSTREAMER_REQUIRED
12871
12877
  $GSTREAMER_PLUGINS_BAD_REQUIRED
12887
12893
 elif test -n "$PKG_CONFIG"; then
12888
12894
    if test -n "$PKG_CONFIG" && \
12889
12895
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GLIB_REQUIRED
12890
 
  \$GIO_REQUIRED
12891
12896
  \$X11_REQUIRED
12892
 
  \$GOBJECT_REQUIRED
12893
12897
  \$GDK_PIXBUF_REQUIRED
12894
12898
  \$GSTREAMER_REQUIRED
12895
12899
  \$GSTREAMER_PLUGINS_BAD_REQUIRED
12900
12904
  \$CLUTTERGST_REQUIRED
12901
12905
  \$UDEV_REQUIRED\""; } >&5
12902
12906
  ($PKG_CONFIG --exists --print-errors "$GLIB_REQUIRED
12903
 
  $GIO_REQUIRED
12904
12907
  $X11_REQUIRED
12905
 
  $GOBJECT_REQUIRED
12906
12908
  $GDK_PIXBUF_REQUIRED
12907
12909
  $GSTREAMER_REQUIRED
12908
12910
  $GSTREAMER_PLUGINS_BAD_REQUIRED
12916
12918
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12917
12919
  test $ac_status = 0; }; then
12918
12920
  pkg_cv_CHEESE_LIBS=`$PKG_CONFIG --libs "$GLIB_REQUIRED
12919
 
  $GIO_REQUIRED
12920
12921
  $X11_REQUIRED
12921
 
  $GOBJECT_REQUIRED
12922
12922
  $GDK_PIXBUF_REQUIRED
12923
12923
  $GSTREAMER_REQUIRED
12924
12924
  $GSTREAMER_PLUGINS_BAD_REQUIRED
12949
12949
fi
12950
12950
        if test $_pkg_short_errors_supported = yes; then
12951
12951
                CHEESE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$GLIB_REQUIRED
12952
 
  $GIO_REQUIRED
12953
12952
  $X11_REQUIRED
12954
 
  $GOBJECT_REQUIRED
12955
12953
  $GDK_PIXBUF_REQUIRED
12956
12954
  $GSTREAMER_REQUIRED
12957
12955
  $GSTREAMER_PLUGINS_BAD_REQUIRED
12963
12961
  $UDEV_REQUIRED" 2>&1`
12964
12962
        else
12965
12963
                CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$GLIB_REQUIRED
12966
 
  $GIO_REQUIRED
12967
12964
  $X11_REQUIRED
12968
 
  $GOBJECT_REQUIRED
12969
12965
  $GDK_PIXBUF_REQUIRED
12970
12966
  $GSTREAMER_REQUIRED
12971
12967
  $GSTREAMER_PLUGINS_BAD_REQUIRED
12980
12976
        echo "$CHEESE_PKG_ERRORS" >&5
12981
12977
 
12982
12978
        as_fn_error $? "Package requirements ($GLIB_REQUIRED
12983
 
  $GIO_REQUIRED
12984
12979
  $X11_REQUIRED
12985
 
  $GOBJECT_REQUIRED
12986
12980
  $GDK_PIXBUF_REQUIRED
12987
12981
  $GSTREAMER_REQUIRED
12988
12982
  $GSTREAMER_PLUGINS_BAD_REQUIRED
13033
13027
    pkg_cv_CHEESE_GTK_CFLAGS="$CHEESE_GTK_CFLAGS"
13034
13028
 elif test -n "$PKG_CONFIG"; then
13035
13029
    if test -n "$PKG_CONFIG" && \
13036
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GIO_REQUIRED
13037
 
   \$GTK_REQUIRED
13038
 
   \$GDK_REQUIRED
 
13030
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GTK_REQUIRED
13039
13031
   \$LIBRSVG_REQUIRED
13040
13032
   \$CLUTTERGTK_REQUIRED
13041
13033
   \$LIBCANBERRA_REQUIRED
13042
13034
   \$UDEV_REQUIRED
13043
13035
   \$GNOME_VIDEO_EFFECTS_REQUIRED\""; } >&5
13044
 
  ($PKG_CONFIG --exists --print-errors "$GIO_REQUIRED
13045
 
   $GTK_REQUIRED
13046
 
   $GDK_REQUIRED
 
13036
  ($PKG_CONFIG --exists --print-errors "$GTK_REQUIRED
13047
13037
   $LIBRSVG_REQUIRED
13048
13038
   $CLUTTERGTK_REQUIRED
13049
13039
   $LIBCANBERRA_REQUIRED
13052
13042
  ac_status=$?
13053
13043
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13054
13044
  test $ac_status = 0; }; then
13055
 
  pkg_cv_CHEESE_GTK_CFLAGS=`$PKG_CONFIG --cflags "$GIO_REQUIRED
13056
 
   $GTK_REQUIRED
13057
 
   $GDK_REQUIRED
 
13045
  pkg_cv_CHEESE_GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_REQUIRED
13058
13046
   $LIBRSVG_REQUIRED
13059
13047
   $CLUTTERGTK_REQUIRED
13060
13048
   $LIBCANBERRA_REQUIRED
13071
13059
    pkg_cv_CHEESE_GTK_LIBS="$CHEESE_GTK_LIBS"
13072
13060
 elif test -n "$PKG_CONFIG"; then
13073
13061
    if test -n "$PKG_CONFIG" && \
13074
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GIO_REQUIRED
13075
 
   \$GTK_REQUIRED
13076
 
   \$GDK_REQUIRED
 
13062
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GTK_REQUIRED
13077
13063
   \$LIBRSVG_REQUIRED
13078
13064
   \$CLUTTERGTK_REQUIRED
13079
13065
   \$LIBCANBERRA_REQUIRED
13080
13066
   \$UDEV_REQUIRED
13081
13067
   \$GNOME_VIDEO_EFFECTS_REQUIRED\""; } >&5
13082
 
  ($PKG_CONFIG --exists --print-errors "$GIO_REQUIRED
13083
 
   $GTK_REQUIRED
13084
 
   $GDK_REQUIRED
 
13068
  ($PKG_CONFIG --exists --print-errors "$GTK_REQUIRED
13085
13069
   $LIBRSVG_REQUIRED
13086
13070
   $CLUTTERGTK_REQUIRED
13087
13071
   $LIBCANBERRA_REQUIRED
13090
13074
  ac_status=$?
13091
13075
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13092
13076
  test $ac_status = 0; }; then
13093
 
  pkg_cv_CHEESE_GTK_LIBS=`$PKG_CONFIG --libs "$GIO_REQUIRED
13094
 
   $GTK_REQUIRED
13095
 
   $GDK_REQUIRED
 
13077
  pkg_cv_CHEESE_GTK_LIBS=`$PKG_CONFIG --libs "$GTK_REQUIRED
13096
13078
   $LIBRSVG_REQUIRED
13097
13079
   $CLUTTERGTK_REQUIRED
13098
13080
   $LIBCANBERRA_REQUIRED
13118
13100
        _pkg_short_errors_supported=no
13119
13101
fi
13120
13102
        if test $_pkg_short_errors_supported = yes; then
13121
 
                CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$GIO_REQUIRED
13122
 
   $GTK_REQUIRED
13123
 
   $GDK_REQUIRED
 
13103
                CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$GTK_REQUIRED
13124
13104
   $LIBRSVG_REQUIRED
13125
13105
   $CLUTTERGTK_REQUIRED
13126
13106
   $LIBCANBERRA_REQUIRED
13127
13107
   $UDEV_REQUIRED
13128
13108
   $GNOME_VIDEO_EFFECTS_REQUIRED" 2>&1`
13129
13109
        else
13130
 
                CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$GIO_REQUIRED
13131
 
   $GTK_REQUIRED
13132
 
   $GDK_REQUIRED
 
13110
                CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$GTK_REQUIRED
13133
13111
   $LIBRSVG_REQUIRED
13134
13112
   $CLUTTERGTK_REQUIRED
13135
13113
   $LIBCANBERRA_REQUIRED
13139
13117
        # Put the nasty error message in config.log where it belongs
13140
13118
        echo "$CHEESE_GTK_PKG_ERRORS" >&5
13141
13119
 
13142
 
        as_fn_error $? "Package requirements ($GIO_REQUIRED
13143
 
   $GTK_REQUIRED
13144
 
   $GDK_REQUIRED
 
13120
        as_fn_error $? "Package requirements ($GTK_REQUIRED
13145
13121
   $LIBRSVG_REQUIRED
13146
13122
   $CLUTTERGTK_REQUIRED
13147
13123
   $LIBCANBERRA_REQUIRED
13179
13155
 
13180
13156
fi
13181
13157
 
 
13158
# Resources.
 
13159
GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
 
13160
 
 
13161
 
13182
13162
# Recommend some runtime GStreamer plugins.
13183
13163
for ac_prog in gst-inspect-1.0
13184
13164
do
13575
13555
 
13576
13556
 
13577
13557
 
 
13558
  gtk_doc_requires="gtk-doc >= 1.14"
 
13559
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5
 
13560
$as_echo_n "checking for gtk-doc... " >&6; }
 
13561
  if test -n "$PKG_CONFIG" && \
 
13562
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5
 
13563
  ($PKG_CONFIG --exists --print-errors "$gtk_doc_requires") 2>&5
 
13564
  ac_status=$?
 
13565
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13566
  test $ac_status = 0; }; then
 
13567
  have_gtk_doc=yes
 
13568
else
 
13569
  have_gtk_doc=no
 
13570
fi
 
13571
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5
 
13572
$as_echo "$have_gtk_doc" >&6; }
 
13573
 
 
13574
  if test "$have_gtk_doc" = "no"; then
 
13575
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
 
13576
  You will not be able to create source packages with 'make dist'
 
13577
  because $gtk_doc_requires is not found." >&5
 
13578
$as_echo "$as_me: WARNING:
 
13579
  You will not be able to create source packages with 'make dist'
 
13580
  because $gtk_doc_requires is not found." >&2;}
 
13581
  fi
 
13582
 
13578
13583
            # Extract the first word of "gtkdoc-check", so it can be a program name with args.
13579
13584
set dummy gtkdoc-check; ac_word=$2
13580
13585
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13758
13763
fi
13759
13764
 
13760
13765
 
13761
 
  if test x$enable_gtk_doc = xyes; then
13762
 
    if test -n "$PKG_CONFIG" && \
13763
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.14\""; } >&5
13764
 
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.14") 2>&5
13765
 
  ac_status=$?
13766
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13767
 
  test $ac_status = 0; }; then
13768
 
  :
13769
 
else
13770
 
  as_fn_error $? "You need to have gtk-doc >= 1.14 installed to build $PACKAGE_NAME" "$LINENO" 5
13771
 
fi
13772
 
        if test "x$PACKAGE_NAME" != "xglib"; then
 
13766
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
 
13767
$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
 
13768
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
 
13769
$as_echo "$enable_gtk_doc" >&6; }
 
13770
 
 
13771
  if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then
 
13772
    as_fn_error $? "
 
13773
  You must have $gtk_doc_requires installed to build documentation for
 
13774
  $PACKAGE_NAME. Please install gtk-doc or disable building the
 
13775
  documentation by adding '--disable-gtk-doc' to '$0'." "$LINENO" 5
 
13776
  fi
 
13777
 
 
13778
    if test "x$PACKAGE_NAME" != "xglib"; then
13773
13779
 
13774
13780
pkg_failed=no
13775
13781
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
13841
13847
$as_echo "yes" >&6; }
13842
13848
 
13843
13849
fi
13844
 
    fi
13845
13850
  fi
13846
13851
 
13847
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
13848
 
$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
13849
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
13850
 
$as_echo "$enable_gtk_doc" >&6; }
13851
 
 
13852
13852
    # Check whether --enable-gtk-doc-html was given.
13853
13853
if test "${enable_gtk_doc_html+set}" = set; then :
13854
13854
  enableval=$enable_gtk_doc_html;
13873
13873
  fi
13874
13874
 
13875
13875
 
 
13876
   if test x$have_gtk_doc = xyes; then
 
13877
  HAVE_GTK_DOC_TRUE=
 
13878
  HAVE_GTK_DOC_FALSE='#'
 
13879
else
 
13880
  HAVE_GTK_DOC_TRUE='#'
 
13881
  HAVE_GTK_DOC_FALSE=
 
13882
fi
 
13883
 
13876
13884
   if test x$enable_gtk_doc = xyes; then
13877
13885
  ENABLE_GTK_DOC_TRUE=
13878
13886
  ENABLE_GTK_DOC_FALSE='#'
14100
14108
 
14101
14109
 
14102
14110
 
 
14111
YELP_LC_MEDIA_LINKS=true
 
14112
YELP_LC_DIST=true
 
14113
 
 
14114
for yelpopt in ; do
 
14115
  case $yelpopt in
 
14116
    lc-media-links)    YELP_LC_MEDIA_LINKS=true ;;
 
14117
    no-lc-media-links) YELP_LC_MEDIA_LINKS= ;;
 
14118
    lc-dist)           YELP_LC_DIST=true ;;
 
14119
    no-lc-dist)        YELP_LC_DIST= ;;
 
14120
    *) as_fn_error $? "Unrecognized YELP_HELP_INIT option $yelpopt\"" "$LINENO" 5 ;;
 
14121
  esac
 
14122
done;
 
14123
 
 
14124
 
 
14125
 
 
14126
 
14103
14127
# Check whether --with-help-dir was given.
14104
14128
if test "${with_help_dir+set}" = set; then :
14105
14129
  withval=$with_help_dir;
14269
14293
 
14270
14294
EXTRA_DIST ?=
14271
14295
EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
14272
 
EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp)
 
14296
EXTRA_DIST += $(if $(YELP_LC_DIST),$(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp))
14273
14297
EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po)
14274
14298
EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f))))
14275
14299
 
14276
14300
distdir: distdir-help-files
14277
14301
distdir-help-files:
14278
 
        @for lc in C $(HELP_LINGUAS); do \
 
14302
        @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \
14279
14303
          $(MKDIR_P) "$(distdir)/$$lc"; \
14280
14304
          for file in $(HELP_FILES); do \
14281
14305
            if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \
14333
14357
              echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \
14334
14358
              $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \
14335
14359
            elif test "x$$lc" != "xC"; then \
14336
 
              echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
14337
 
              $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
 
14360
              if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \
 
14361
                echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
 
14362
                $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
 
14363
              fi; \
14338
14364
            fi; \
14339
14365
          done; \
14340
14366
        done
14365
14391
 
14366
14392
 
14367
14393
 
 
14394
# AppData
 
14395
 
 
14396
 
 
14397
  # Check whether --enable-appdata-validate was given.
 
14398
if test "${enable_appdata_validate+set}" = set; then :
 
14399
  enableval=$enable_appdata_validate;
 
14400
fi
 
14401
 
 
14402
 
 
14403
  if test "x$enable_appdata_validate" != "xno"; then :
 
14404
  # Extract the first word of "appdata-validate", so it can be a program name with args.
 
14405
set dummy appdata-validate; ac_word=$2
 
14406
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
14407
$as_echo_n "checking for $ac_word... " >&6; }
 
14408
if ${ac_cv_path_APPDATA_VALIDATE+:} false; then :
 
14409
  $as_echo_n "(cached) " >&6
 
14410
else
 
14411
  case $APPDATA_VALIDATE in
 
14412
  [\\/]* | ?:[\\/]*)
 
14413
  ac_cv_path_APPDATA_VALIDATE="$APPDATA_VALIDATE" # Let the user override the test with a path.
 
14414
  ;;
 
14415
  *)
 
14416
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
14417
for as_dir in $PATH
 
14418
do
 
14419
  IFS=$as_save_IFS
 
14420
  test -z "$as_dir" && as_dir=.
 
14421
    for ac_exec_ext in '' $ac_executable_extensions; do
 
14422
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
14423
    ac_cv_path_APPDATA_VALIDATE="$as_dir/$ac_word$ac_exec_ext"
 
14424
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14425
    break 2
 
14426
  fi
 
14427
done
 
14428
  done
 
14429
IFS=$as_save_IFS
 
14430
 
 
14431
  ;;
 
14432
esac
 
14433
fi
 
14434
APPDATA_VALIDATE=$ac_cv_path_APPDATA_VALIDATE
 
14435
if test -n "$APPDATA_VALIDATE"; then
 
14436
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APPDATA_VALIDATE" >&5
 
14437
$as_echo "$APPDATA_VALIDATE" >&6; }
 
14438
else
 
14439
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
14440
$as_echo "no" >&6; }
 
14441
fi
 
14442
 
 
14443
 
 
14444
         if test "x$APPDATA_VALIDATE" = "x"; then :
 
14445
  have_appdata_validate=no
 
14446
else
 
14447
  have_appdata_validate=yes
 
14448
 
 
14449
fi
 
14450
else
 
14451
  have_appdata_validate=no
 
14452
fi
 
14453
 
 
14454
  if test "x$have_appdata_validate" != "xno"; then :
 
14455
  appdata_validate=yes
 
14456
else
 
14457
  appdata_validate=no
 
14458
         if test "x$enable_appdata_validate" = "xyes"; then :
 
14459
  as_fn_error $? "AppData validation was requested but appdata-validate was not found" "$LINENO" 5
 
14460
fi
 
14461
fi
 
14462
 
 
14463
  appdataxmldir=${datadir}/appdata
 
14464
 
 
14465
 
 
14466
  APPDATA_XML_RULES='
 
14467
.PHONY : uninstall-appdata-xml install-appdata-xml clean-appdata-xml
 
14468
 
 
14469
mostlyclean-am: clean-appdata-xml
 
14470
 
 
14471
%.appdata.valid: %.appdata.xml
 
14472
        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; \
 
14473
                if test -n "$(APPDATA_VALIDATE)"; \
 
14474
                        then $(APPDATA_VALIDATE) --nonet $${d}$<; fi \
 
14475
                && touch $@
 
14476
 
 
14477
check-am: $(appdata_XML:.appdata.xml=.appdata.valid)
 
14478
uninstall-am: uninstall-appdata-xml
 
14479
install-data-am: install-appdata-xml
 
14480
 
 
14481
.SECONDARY: $(appdata_XML)
 
14482
 
 
14483
install-appdata-xml: $(appdata_XML)
 
14484
        @$(NORMAL_INSTALL)
 
14485
        if test -n "$^"; then \
 
14486
                test -z "$(appdataxmldir)" || $(MKDIR_P) "$(DESTDIR)$(appdataxmldir)"; \
 
14487
                $(INSTALL_DATA) $^ "$(DESTDIR)$(appdataxmldir)"; \
 
14488
        fi
 
14489
 
 
14490
uninstall-appdata-xml:
 
14491
        @$(NORMAL_UNINSTALL)
 
14492
        @list='\''$(appdata_XML)'\''; test -n "$(appdataxmldir)" || list=; \
 
14493
        files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
 
14494
        test -n "$$files" || exit 0; \
 
14495
        echo " ( cd '\''$(DESTDIR)$(appdataxmldir)'\'' && rm -f" $$files ")"; \
 
14496
        cd "$(DESTDIR)$(appdataxmldir)" && rm -f $$files
 
14497
 
 
14498
clean-appdata-xml:
 
14499
        rm -f $(appdata_XML:.appdata.xml=.appdata.valid)
 
14500
'
 
14501
 
 
14502
 
 
14503
 
 
14504
 
 
14505
 
 
14506
 
 
14507
 
14368
14508
 
14369
14509
 
14370
14510
  # Check whether --enable-schemas-compile was given.
14558
14698
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
14559
14699
 
14560
14700
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
14561
 
        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
 
14701
        $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
14562
14702
 
14563
14703
all-am: $(gsettings_SCHEMAS:.xml=.valid)
14564
14704
uninstall-am: uninstall-gsettings-schemas
14758
14898
  as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
14759
14899
Usually this means the macro was only invoked conditionally." "$LINENO" 5
14760
14900
fi
 
14901
if test -z "${HAVE_GTK_DOC_TRUE}" && test -z "${HAVE_GTK_DOC_FALSE}"; then
 
14902
  as_fn_error $? "conditional \"HAVE_GTK_DOC\" was never defined.
 
14903
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14904
fi
14761
14905
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
14762
14906
  as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
14763
14907
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15179
15323
# report actual input values of CONFIG_FILES etc. instead of their
15180
15324
# values after options handling.
15181
15325
ac_log="
15182
 
This file was extended by Cheese $as_me 3.10.1, which was
 
15326
This file was extended by Cheese $as_me 3.12.0, which was
15183
15327
generated by GNU Autoconf 2.69.  Invocation command line was
15184
15328
 
15185
15329
  CONFIG_FILES    = $CONFIG_FILES
15240
15384
$config_commands
15241
15385
 
15242
15386
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=cheese>.
15243
 
Cheese home page: <http://projects.gnome.org/cheese/>."
 
15387
Cheese home page: <https://wiki.gnome.org/Apps/Cheese>."
15244
15388
 
15245
15389
_ACEOF
15246
15390
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15247
15391
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15248
15392
ac_cs_version="\\
15249
 
Cheese config.status 3.10.1
 
15393
Cheese config.status 3.12.0
15250
15394
configured by $0, generated by GNU Autoconf 2.69,
15251
15395
  with options \\"\$ac_cs_config\\"
15252
15396