~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Martin Pitt, Michael Biebl
  • Date: 2012-05-10 15:08:48 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120510150848-e316o2pnsm7m16ep
Tags: 3.4.0-1
[ Josselin Mouette ]
* Replace python-gobject by python-gi.

[ Martin Pitt ]
* debian/control.in: Bump clutter and eog dependencies as per configure.ac.
* debian/copyright: Rewrite using copyright 1.0 format.
* debian/control.in: Bump to Standards-Version 3.9.3.
* debian/control.in: Add Enhances: eog (Closes: #653258, LP: #697406)

[ Michael Biebl ]
* New upstream release.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Add Build-Depends on gsettings-desktop-schemas-dev and a Depends on
  gsettings-desktop-schemas for the org.gnome.desktop.interface gsettings
  schema file used by the pythonconsole plugin.

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.68 for eog-plugins 3.2.2.
 
3
# Generated by GNU Autoconf 2.68 for eog-plugins 3.4.0.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='eog-plugins'
573
573
PACKAGE_TARNAME='eog-plugins'
574
 
PACKAGE_VERSION='3.2.2'
575
 
PACKAGE_STRING='eog-plugins 3.2.2'
 
574
PACKAGE_VERSION='3.4.0'
 
575
PACKAGE_STRING='eog-plugins 3.4.0'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins'
577
577
PACKAGE_URL=''
578
578
 
1386
1386
  # Omit some internal or obsolete options to make the list less imposing.
1387
1387
  # This message is too long to be a string in the A/UX 3.1 sh.
1388
1388
  cat <<_ACEOF
1389
 
\`configure' configures eog-plugins 3.2.2 to adapt to many kinds of systems.
 
1389
\`configure' configures eog-plugins 3.4.0 to adapt to many kinds of systems.
1390
1390
 
1391
1391
Usage: $0 [OPTION]... [VAR=VALUE]...
1392
1392
 
1456
1456
 
1457
1457
if test -n "$ac_init_help"; then
1458
1458
  case $ac_init_help in
1459
 
     short | recursive ) echo "Configuration of eog-plugins 3.2.2:";;
 
1459
     short | recursive ) echo "Configuration of eog-plugins 3.4.0:";;
1460
1460
   esac
1461
1461
  cat <<\_ACEOF
1462
1462
 
1490
1490
                        (or the compiler's sysroot if not specified).
1491
1491
  --with-plugins=LIST     Comma-separated list specifying the plugins to
1492
1492
                          build. Available: map, exif-display, fit-to-width,
1493
 
                          postr, postasa, pythonconsole, slideshowshuffle, as
1494
 
                          well as the aliases default, all, and really-all
 
1493
                          fullscreenbg, postr, postasa, pythonconsole,
 
1494
                          slideshowshuffle, as well as the aliases default,
 
1495
                          all, and really-all
1495
1496
 
1496
1497
Some influential environment variables:
1497
1498
  CC          C compiler command
1588
1589
test -n "$ac_init_help" && exit $ac_status
1589
1590
if $ac_init_version; then
1590
1591
  cat <<\_ACEOF
1591
 
eog-plugins configure 3.2.2
 
1592
eog-plugins configure 3.4.0
1592
1593
generated by GNU Autoconf 2.68
1593
1594
 
1594
1595
Copyright (C) 2010 Free Software Foundation, Inc.
1957
1958
This file contains any messages produced by compilers while
1958
1959
running configure, to aid debugging if configure makes a mistake.
1959
1960
 
1960
 
It was created by eog-plugins $as_me 3.2.2, which was
 
1961
It was created by eog-plugins $as_me 3.4.0, which was
1961
1962
generated by GNU Autoconf 2.68.  Invocation command line was
1962
1963
 
1963
1964
  $ $0 $@
2871
2872
 
2872
2873
# Define the identity of the package.
2873
2874
 PACKAGE='eog-plugins'
2874
 
 VERSION='3.2.2'
 
2875
 VERSION='3.4.0'
2875
2876
 
2876
2877
 
2877
2878
cat >>confdefs.h <<_ACEOF
10264
10265
    *) objformat=elf ;;
10265
10266
    esac
10266
10267
  fi
10267
 
  # Handle Gentoo/FreeBSD as it was Linux
10268
 
  case $host_vendor in
10269
 
    gentoo)
10270
 
      version_type=linux ;;
10271
 
    *)
10272
 
      version_type=freebsd-$objformat ;;
10273
 
  esac
10274
 
 
 
10268
  version_type=freebsd-$objformat
10275
10269
  case $version_type in
10276
10270
    freebsd-elf*)
10277
10271
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10282
10276
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10283
10277
      need_version=yes
10284
10278
      ;;
10285
 
    linux)
10286
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10287
 
      soname_spec='${libname}${release}${shared_ext}$major'
10288
 
      need_lib_prefix=no
10289
 
      need_version=no
10290
 
      ;;
10291
10279
  esac
10292
10280
  shlibpath_var=LD_LIBRARY_PATH
10293
10281
  case $host_os in
10485
10473
  # before this can be enabled.
10486
10474
  hardcode_into_libs=yes
10487
10475
 
 
10476
  # Add ABI-specific directories to the system library path.
 
10477
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
10478
 
10488
10479
  # Append ld.so.conf contents to the search path
10489
10480
  if test -f /etc/ld.so.conf; then
10490
10481
    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;s/"//g;/^$/d' | tr '\n' ' '`
10491
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
10482
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
10483
 
10492
10484
  fi
10493
10485
 
10494
10486
  # We used to test for /lib/ld.so.1 and disable shared libraries on
13514
13506
 
13515
13507
 
13516
13508
 
13517
 
 
13518
13509
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13519
13510
        if test -n "$ac_tool_prefix"; then
13520
13511
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13641
13632
        glib-2.0 >= 2.26.0
13642
13633
        gtk+-3.0 >= 2.99.3
13643
13634
        libpeas-1.0 >= 0.7.4
13644
 
        eog >= 2.91.92
 
13635
        eog >= 3.3.6
13645
13636
\""; } >&5
13646
13637
  ($PKG_CONFIG --exists --print-errors "
13647
13638
        glib-2.0 >= 2.26.0
13648
13639
        gtk+-3.0 >= 2.99.3
13649
13640
        libpeas-1.0 >= 0.7.4
13650
 
        eog >= 2.91.92
 
13641
        eog >= 3.3.6
13651
13642
") 2>&5
13652
13643
  ac_status=$?
13653
13644
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13656
13647
        glib-2.0 >= 2.26.0
13657
13648
        gtk+-3.0 >= 2.99.3
13658
13649
        libpeas-1.0 >= 0.7.4
13659
 
        eog >= 2.91.92
 
13650
        eog >= 3.3.6
13660
13651
" 2>/dev/null`
13661
 
                      test "x$?" != "x0" && pkg_failed=yes
13662
13652
else
13663
13653
  pkg_failed=yes
13664
13654
fi
13673
13663
        glib-2.0 >= 2.26.0
13674
13664
        gtk+-3.0 >= 2.99.3
13675
13665
        libpeas-1.0 >= 0.7.4
13676
 
        eog >= 2.91.92
 
13666
        eog >= 3.3.6
13677
13667
\""; } >&5
13678
13668
  ($PKG_CONFIG --exists --print-errors "
13679
13669
        glib-2.0 >= 2.26.0
13680
13670
        gtk+-3.0 >= 2.99.3
13681
13671
        libpeas-1.0 >= 0.7.4
13682
 
        eog >= 2.91.92
 
13672
        eog >= 3.3.6
13683
13673
") 2>&5
13684
13674
  ac_status=$?
13685
13675
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13688
13678
        glib-2.0 >= 2.26.0
13689
13679
        gtk+-3.0 >= 2.99.3
13690
13680
        libpeas-1.0 >= 0.7.4
13691
 
        eog >= 2.91.92
 
13681
        eog >= 3.3.6
13692
13682
" 2>/dev/null`
13693
 
                      test "x$?" != "x0" && pkg_failed=yes
13694
13683
else
13695
13684
  pkg_failed=yes
13696
13685
fi
13710
13699
        _pkg_short_errors_supported=no
13711
13700
fi
13712
13701
        if test $_pkg_short_errors_supported = yes; then
13713
 
                EOG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "
 
13702
                EOG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
13714
13703
        glib-2.0 >= 2.26.0
13715
13704
        gtk+-3.0 >= 2.99.3
13716
13705
        libpeas-1.0 >= 0.7.4
13717
 
        eog >= 2.91.92
 
13706
        eog >= 3.3.6
13718
13707
" 2>&1`
13719
13708
        else
13720
 
                EOG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "
 
13709
                EOG_PKG_ERRORS=`$PKG_CONFIG --print-errors "
13721
13710
        glib-2.0 >= 2.26.0
13722
13711
        gtk+-3.0 >= 2.99.3
13723
13712
        libpeas-1.0 >= 0.7.4
13724
 
        eog >= 2.91.92
 
13713
        eog >= 3.3.6
13725
13714
" 2>&1`
13726
13715
        fi
13727
13716
        # Put the nasty error message in config.log where it belongs
13731
13720
        glib-2.0 >= 2.26.0
13732
13721
        gtk+-3.0 >= 2.99.3
13733
13722
        libpeas-1.0 >= 0.7.4
13734
 
        eog >= 2.91.92
 
13723
        eog >= 3.3.6
13735
13724
) were not met:
13736
13725
 
13737
13726
$EOG_PKG_ERRORS
13742
13731
Alternatively, you may set the environment variables EOG_CFLAGS
13743
13732
and EOG_LIBS to avoid the need to call pkg-config.
13744
13733
See the pkg-config man page for more details." "$LINENO" 5
 
13734
 
13745
13735
elif test $pkg_failed = untried; then
13746
13736
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13747
13737
$as_echo "no" >&6; }
13757
13747
 
13758
13748
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13759
13749
See \`config.log' for more details" "$LINENO" 5; }
 
13750
 
13760
13751
else
13761
13752
        EOG_CFLAGS=$pkg_cv_EOG_CFLAGS
13762
13753
        EOG_LIBS=$pkg_cv_EOG_LIBS
13782
13773
USEFUL_PLUGINS="postr map fit-to-width exif-display send-by-mail postasa"
13783
13774
DEFAULT_PLUGINS="postr map fit-to-width exif-display send-by-mail postasa"
13784
13775
 
13785
 
PYTHON_ALL_PLUGINS="slideshowshuffle pythonconsole"
13786
 
PYTHON_USEFUL_PLUGINS="slideshowshuffle pythonconsole"
13787
 
PYTHON_DEFAULT_PLUGINS="slideshowshuffle pythonconsole"
 
13776
PYTHON_ALL_PLUGINS="slideshowshuffle pythonconsole fullscreenbg"
 
13777
PYTHON_USEFUL_PLUGINS="slideshowshuffle pythonconsole fullscreenbg"
 
13778
PYTHON_DEFAULT_PLUGINS="slideshowshuffle pythonconsole fullscreenbg"
13788
13779
 
13789
13780
DIST_PLUGINS="$ALL_PLUGINS $PYTHON_ALL_PLUGINS"
13790
13781
 
13867
13858
 
13868
13859
 
13869
13860
 
13870
 
 
13871
13861
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13872
13862
        if test -n "$ac_tool_prefix"; then
13873
13863
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14474
14464
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14475
14465
  test $ac_status = 0; }; then
14476
14466
  pkg_cv_POSTASA_CFLAGS=`$PKG_CONFIG --cflags " libgdata >= 0.6.0 " 2>/dev/null`
14477
 
                      test "x$?" != "x0" && pkg_failed=yes
14478
14467
else
14479
14468
  pkg_failed=yes
14480
14469
fi
14491
14480
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14492
14481
  test $ac_status = 0; }; then
14493
14482
  pkg_cv_POSTASA_LIBS=`$PKG_CONFIG --libs " libgdata >= 0.6.0 " 2>/dev/null`
14494
 
                      test "x$?" != "x0" && pkg_failed=yes
14495
14483
else
14496
14484
  pkg_failed=yes
14497
14485
fi
14511
14499
        _pkg_short_errors_supported=no
14512
14500
fi
14513
14501
        if test $_pkg_short_errors_supported = yes; then
14514
 
                POSTASA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " libgdata >= 0.6.0 " 2>&1`
 
14502
                POSTASA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " libgdata >= 0.6.0 " 2>&1`
14515
14503
        else
14516
 
                POSTASA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " libgdata >= 0.6.0 " 2>&1`
 
14504
                POSTASA_PKG_ERRORS=`$PKG_CONFIG --print-errors " libgdata >= 0.6.0 " 2>&1`
14517
14505
        fi
14518
14506
        # Put the nasty error message in config.log where it belongs
14519
14507
        echo "$POSTASA_PKG_ERRORS" >&5
14579
14567
    if test -n "$PKG_CONFIG" && \
14580
14568
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" champlain-0.12 >= 0.9.0,
14581
14569
                  champlain-gtk-0.12 >= 0.9.0,
14582
 
                  clutter-gtk-1.0 >= 0.90,
 
14570
                  clutter-1.0 >= 1.9.4,
 
14571
                  clutter-gtk-1.0 >= 1.1.2,
14583
14572
                  libexif >= 0.6.16 \""; } >&5
14584
14573
  ($PKG_CONFIG --exists --print-errors " champlain-0.12 >= 0.9.0,
14585
14574
                  champlain-gtk-0.12 >= 0.9.0,
14586
 
                  clutter-gtk-1.0 >= 0.90,
 
14575
                  clutter-1.0 >= 1.9.4,
 
14576
                  clutter-gtk-1.0 >= 1.1.2,
14587
14577
                  libexif >= 0.6.16 ") 2>&5
14588
14578
  ac_status=$?
14589
14579
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14590
14580
  test $ac_status = 0; }; then
14591
14581
  pkg_cv_CHAMPLAIN_CFLAGS=`$PKG_CONFIG --cflags " champlain-0.12 >= 0.9.0,
14592
14582
                  champlain-gtk-0.12 >= 0.9.0,
14593
 
                  clutter-gtk-1.0 >= 0.90,
 
14583
                  clutter-1.0 >= 1.9.4,
 
14584
                  clutter-gtk-1.0 >= 1.1.2,
14594
14585
                  libexif >= 0.6.16 " 2>/dev/null`
14595
 
                      test "x$?" != "x0" && pkg_failed=yes
14596
14586
else
14597
14587
  pkg_failed=yes
14598
14588
fi
14605
14595
    if test -n "$PKG_CONFIG" && \
14606
14596
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" champlain-0.12 >= 0.9.0,
14607
14597
                  champlain-gtk-0.12 >= 0.9.0,
14608
 
                  clutter-gtk-1.0 >= 0.90,
 
14598
                  clutter-1.0 >= 1.9.4,
 
14599
                  clutter-gtk-1.0 >= 1.1.2,
14609
14600
                  libexif >= 0.6.16 \""; } >&5
14610
14601
  ($PKG_CONFIG --exists --print-errors " champlain-0.12 >= 0.9.0,
14611
14602
                  champlain-gtk-0.12 >= 0.9.0,
14612
 
                  clutter-gtk-1.0 >= 0.90,
 
14603
                  clutter-1.0 >= 1.9.4,
 
14604
                  clutter-gtk-1.0 >= 1.1.2,
14613
14605
                  libexif >= 0.6.16 ") 2>&5
14614
14606
  ac_status=$?
14615
14607
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14616
14608
  test $ac_status = 0; }; then
14617
14609
  pkg_cv_CHAMPLAIN_LIBS=`$PKG_CONFIG --libs " champlain-0.12 >= 0.9.0,
14618
14610
                  champlain-gtk-0.12 >= 0.9.0,
14619
 
                  clutter-gtk-1.0 >= 0.90,
 
14611
                  clutter-1.0 >= 1.9.4,
 
14612
                  clutter-gtk-1.0 >= 1.1.2,
14620
14613
                  libexif >= 0.6.16 " 2>/dev/null`
14621
 
                      test "x$?" != "x0" && pkg_failed=yes
14622
14614
else
14623
14615
  pkg_failed=yes
14624
14616
fi
14638
14630
        _pkg_short_errors_supported=no
14639
14631
fi
14640
14632
        if test $_pkg_short_errors_supported = yes; then
14641
 
                CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " champlain-0.12 >= 0.9.0,
 
14633
                CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " champlain-0.12 >= 0.9.0,
14642
14634
                  champlain-gtk-0.12 >= 0.9.0,
14643
 
                  clutter-gtk-1.0 >= 0.90,
 
14635
                  clutter-1.0 >= 1.9.4,
 
14636
                  clutter-gtk-1.0 >= 1.1.2,
14644
14637
                  libexif >= 0.6.16 " 2>&1`
14645
14638
        else
14646
 
                CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " champlain-0.12 >= 0.9.0,
 
14639
                CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --print-errors " champlain-0.12 >= 0.9.0,
14647
14640
                  champlain-gtk-0.12 >= 0.9.0,
14648
 
                  clutter-gtk-1.0 >= 0.90,
 
14641
                  clutter-1.0 >= 1.9.4,
 
14642
                  clutter-gtk-1.0 >= 1.1.2,
14649
14643
                  libexif >= 0.6.16 " 2>&1`
14650
14644
        fi
14651
14645
        # Put the nasty error message in config.log where it belongs
14693
14687
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14694
14688
  test $ac_status = 0; }; then
14695
14689
  pkg_cv_EXIFDISPLAY_CFLAGS=`$PKG_CONFIG --cflags " libexif >= 0.6.16 " 2>/dev/null`
14696
 
                      test "x$?" != "x0" && pkg_failed=yes
14697
14690
else
14698
14691
  pkg_failed=yes
14699
14692
fi
14710
14703
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14711
14704
  test $ac_status = 0; }; then
14712
14705
  pkg_cv_EXIFDISPLAY_LIBS=`$PKG_CONFIG --libs " libexif >= 0.6.16 " 2>/dev/null`
14713
 
                      test "x$?" != "x0" && pkg_failed=yes
14714
14706
else
14715
14707
  pkg_failed=yes
14716
14708
fi
14730
14722
        _pkg_short_errors_supported=no
14731
14723
fi
14732
14724
        if test $_pkg_short_errors_supported = yes; then
14733
 
                EXIFDISPLAY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " libexif >= 0.6.16 " 2>&1`
 
14725
                EXIFDISPLAY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " libexif >= 0.6.16 " 2>&1`
14734
14726
        else
14735
 
                EXIFDISPLAY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " libexif >= 0.6.16 " 2>&1`
 
14727
                EXIFDISPLAY_PKG_ERRORS=`$PKG_CONFIG --print-errors " libexif >= 0.6.16 " 2>&1`
14736
14728
        fi
14737
14729
        # Put the nasty error message in config.log where it belongs
14738
14730
        echo "$EXIFDISPLAY_PKG_ERRORS" >&5
14757
14749
    fi
14758
14750
fi
14759
14751
 
 
14752
# ***********
 
14753
# PythonConsole
 
14754
# ***********
 
14755
plugin_defined pythonconsole
 
14756
if test "$?" = 1
 
14757
then
 
14758
 
 
14759
    if test -n "$PKG_CONFIG" && \
 
14760
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" gsettings-desktop-schemas \""; } >&5
 
14761
  ($PKG_CONFIG --exists --print-errors " gsettings-desktop-schemas ") 2>&5
 
14762
  ac_status=$?
 
14763
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
14764
  test $ac_status = 0; }; then
 
14765
  :
 
14766
else
 
14767
  undef_plugin pythonconsole "gsettings-desktop-schemas missing"
 
14768
 
 
14769
fi
 
14770
fi
 
14771
 
14760
14772
 
14761
14773
if test -z "$disabled_plugins"
14762
14774
then
14821
14833
EOG_PLUGINS_DATA_DIR="$datadir/eog/plugins"
14822
14834
 
14823
14835
 
14824
 
ac_config_files="$ac_config_files Makefile plugins/Makefile plugins/map/Makefile plugins/fit-to-width/Makefile plugins/exif-display/Makefile plugins/exif-display/org.gnome.eog.plugins.exif-display.gschema.xml.in plugins/send-by-mail/Makefile plugins/slideshowshuffle/Makefile plugins/postr/Makefile plugins/postasa/Makefile plugins/pythonconsole/Makefile po/Makefile.in"
 
14836
ac_config_files="$ac_config_files Makefile plugins/Makefile plugins/map/Makefile plugins/fit-to-width/Makefile plugins/exif-display/Makefile plugins/exif-display/org.gnome.eog.plugins.exif-display.gschema.xml.in plugins/fullscreenbg/Makefile plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in plugins/send-by-mail/Makefile plugins/slideshowshuffle/Makefile plugins/postr/Makefile plugins/postasa/Makefile plugins/pythonconsole/Makefile plugins/pythonconsole/org.gnome.eog.plugins.pythonconsole.gschema.xml.in po/Makefile.in"
14825
14837
 
14826
14838
 
14827
14839
cat >confcache <<\_ACEOF
15374
15386
# report actual input values of CONFIG_FILES etc. instead of their
15375
15387
# values after options handling.
15376
15388
ac_log="
15377
 
This file was extended by eog-plugins $as_me 3.2.2, which was
 
15389
This file was extended by eog-plugins $as_me 3.4.0, which was
15378
15390
generated by GNU Autoconf 2.68.  Invocation command line was
15379
15391
 
15380
15392
  CONFIG_FILES    = $CONFIG_FILES
15440
15452
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15441
15453
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15442
15454
ac_cs_version="\\
15443
 
eog-plugins config.status 3.2.2
 
15455
eog-plugins config.status 3.4.0
15444
15456
configured by $0, generated by GNU Autoconf 2.68,
15445
15457
  with options \\"\$ac_cs_config\\"
15446
15458
 
15857
15869
    "plugins/fit-to-width/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fit-to-width/Makefile" ;;
15858
15870
    "plugins/exif-display/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/exif-display/Makefile" ;;
15859
15871
    "plugins/exif-display/org.gnome.eog.plugins.exif-display.gschema.xml.in") CONFIG_FILES="$CONFIG_FILES plugins/exif-display/org.gnome.eog.plugins.exif-display.gschema.xml.in" ;;
 
15872
    "plugins/fullscreenbg/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fullscreenbg/Makefile" ;;
 
15873
    "plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in") CONFIG_FILES="$CONFIG_FILES plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in" ;;
15860
15874
    "plugins/send-by-mail/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/send-by-mail/Makefile" ;;
15861
15875
    "plugins/slideshowshuffle/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/slideshowshuffle/Makefile" ;;
15862
15876
    "plugins/postr/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/postr/Makefile" ;;
15863
15877
    "plugins/postasa/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/postasa/Makefile" ;;
15864
15878
    "plugins/pythonconsole/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/pythonconsole/Makefile" ;;
 
15879
    "plugins/pythonconsole/org.gnome.eog.plugins.pythonconsole.gschema.xml.in") CONFIG_FILES="$CONFIG_FILES plugins/pythonconsole/org.gnome.eog.plugins.pythonconsole.gschema.xml.in" ;;
15865
15880
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
15866
15881
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
15867
15882