~ubuntu-branches/ubuntu/lucid/gnome-screensaver/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-17 19:55:37 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217195537-gfdc7c8l1v2o10e6
Tags: 2.29.91-0ubuntu1
* New upstream version.
* Fixed bugs:
  - CVE-2010-0422, handle monitor hotplugging more securely
  - Fix screen dirt in floaters screensaver
* Refreshed patches:
  - 04_force_blank_only_on_ltsp.patch
  - 05_locking_for_compiz.patch
* debian/patches/13_nvidia_gamma_fade_fallback.patch:
  - Updated tags with upstream bug number now I've sent it upstream.

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.63 for gnome-screensaver 2.29.90.
 
3
# Generated by GNU Autoconf 2.63 for gnome-screensaver 2.29.91.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='gnome-screensaver'
747
747
PACKAGE_TARNAME='gnome-screensaver'
748
 
PACKAGE_VERSION='2.29.90'
749
 
PACKAGE_STRING='gnome-screensaver 2.29.90'
 
748
PACKAGE_VERSION='2.29.91'
 
749
PACKAGE_STRING='gnome-screensaver 2.29.91'
750
750
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver'
751
751
 
752
752
ac_unique_file="src/gnome-screensaver.c"
1615
1615
  # Omit some internal or obsolete options to make the list less imposing.
1616
1616
  # This message is too long to be a string in the A/UX 3.1 sh.
1617
1617
  cat <<_ACEOF
1618
 
\`configure' configures gnome-screensaver 2.29.90 to adapt to many kinds of systems.
 
1618
\`configure' configures gnome-screensaver 2.29.91 to adapt to many kinds of systems.
1619
1619
 
1620
1620
Usage: $0 [OPTION]... [VAR=VALUE]...
1621
1621
 
1690
1690
 
1691
1691
if test -n "$ac_init_help"; then
1692
1692
  case $ac_init_help in
1693
 
     short | recursive ) echo "Configuration of gnome-screensaver 2.29.90:";;
 
1693
     short | recursive ) echo "Configuration of gnome-screensaver 2.29.91:";;
1694
1694
   esac
1695
1695
  cat <<\_ACEOF
1696
1696
 
1869
1869
test -n "$ac_init_help" && exit $ac_status
1870
1870
if $ac_init_version; then
1871
1871
  cat <<\_ACEOF
1872
 
gnome-screensaver configure 2.29.90
 
1872
gnome-screensaver configure 2.29.91
1873
1873
generated by GNU Autoconf 2.63
1874
1874
 
1875
1875
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1883
1883
This file contains any messages produced by compilers while
1884
1884
running configure, to aid debugging if configure makes a mistake.
1885
1885
 
1886
 
It was created by gnome-screensaver $as_me 2.29.90, which was
 
1886
It was created by gnome-screensaver $as_me 2.29.91, which was
1887
1887
generated by GNU Autoconf 2.63.  Invocation command line was
1888
1888
 
1889
1889
  $ $0 $@
2735
2735
 
2736
2736
# Define the identity of the package.
2737
2737
 PACKAGE='gnome-screensaver'
2738
 
 VERSION='2.29.90'
 
2738
 VERSION='2.29.91'
2739
2739
 
2740
2740
 
2741
2741
cat >>confdefs.h <<_ACEOF
14878
14878
GCONF_REQUIRED_VERSION=2.6.1
14879
14879
GDK_REQUIRED_VERSION=2.14.0
14880
14880
GTK_REQUIRED_VERSION=2.11.5
 
14881
X11_REQUIRED_VERSION=1.3
14881
14882
LIBGNOME_MENU_REQUIRED_VERSION=2.11.1
14882
14883
GNOME_DESKTOP_REQUIRED_VERSION=2.29.0
14883
14884
 
15768
15769
    pkg_cv_GNOME_SCREENSAVER_CFLAGS="$GNOME_SCREENSAVER_CFLAGS"
15769
15770
 elif test -n "$PKG_CONFIG"; then
15770
15771
    if test -n "$PKG_CONFIG" && \
15771
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
 
15772
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 >= \$X11_REQUIRED_VERSION
 
15773
        gtk+-2.0 >= \$GTK_REQUIRED_VERSION
15772
15774
        dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
15773
15775
        gconf-2.0 >= \$GCONF_REQUIRED_VERSION
15774
15776
        gnome-desktop-2.0 >= \$GNOME_DESKTOP_REQUIRED_VERSION
15775
15777
        libgnome-menu >= \$LIBGNOME_MENU_REQUIRED_VERSION\"") >&5
15776
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15778
  ($PKG_CONFIG --exists --print-errors "x11 >= $X11_REQUIRED_VERSION
 
15779
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15777
15780
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15778
15781
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15779
15782
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15781
15784
  ac_status=$?
15782
15785
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15783
15786
  (exit $ac_status); }; then
15784
 
  pkg_cv_GNOME_SCREENSAVER_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15787
  pkg_cv_GNOME_SCREENSAVER_CFLAGS=`$PKG_CONFIG --cflags "x11 >= $X11_REQUIRED_VERSION
 
15788
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15785
15789
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15786
15790
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15787
15791
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15796
15800
    pkg_cv_GNOME_SCREENSAVER_LIBS="$GNOME_SCREENSAVER_LIBS"
15797
15801
 elif test -n "$PKG_CONFIG"; then
15798
15802
    if test -n "$PKG_CONFIG" && \
15799
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
 
15803
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 >= \$X11_REQUIRED_VERSION
 
15804
        gtk+-2.0 >= \$GTK_REQUIRED_VERSION
15800
15805
        dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
15801
15806
        gconf-2.0 >= \$GCONF_REQUIRED_VERSION
15802
15807
        gnome-desktop-2.0 >= \$GNOME_DESKTOP_REQUIRED_VERSION
15803
15808
        libgnome-menu >= \$LIBGNOME_MENU_REQUIRED_VERSION\"") >&5
15804
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15809
  ($PKG_CONFIG --exists --print-errors "x11 >= $X11_REQUIRED_VERSION
 
15810
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15805
15811
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15806
15812
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15807
15813
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15809
15815
  ac_status=$?
15810
15816
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15811
15817
  (exit $ac_status); }; then
15812
 
  pkg_cv_GNOME_SCREENSAVER_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15818
  pkg_cv_GNOME_SCREENSAVER_LIBS=`$PKG_CONFIG --libs "x11 >= $X11_REQUIRED_VERSION
 
15819
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15813
15820
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15814
15821
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15815
15822
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15831
15838
        _pkg_short_errors_supported=no
15832
15839
fi
15833
15840
        if test $_pkg_short_errors_supported = yes; then
15834
 
                GNOME_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15841
                GNOME_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11 >= $X11_REQUIRED_VERSION
 
15842
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15835
15843
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15836
15844
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15837
15845
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15838
15846
        libgnome-menu >= $LIBGNOME_MENU_REQUIRED_VERSION" 2>&1`
15839
15847
        else
15840
 
                GNOME_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15848
                GNOME_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11 >= $X11_REQUIRED_VERSION
 
15849
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15841
15850
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15842
15851
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15843
15852
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15846
15855
        # Put the nasty error message in config.log where it belongs
15847
15856
        echo "$GNOME_SCREENSAVER_PKG_ERRORS" >&5
15848
15857
 
15849
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15858
        { { $as_echo "$as_me:$LINENO: error: Package requirements (x11 >= $X11_REQUIRED_VERSION
 
15859
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15850
15860
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15851
15861
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15852
15862
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
15861
15871
and GNOME_SCREENSAVER_LIBS to avoid the need to call pkg-config.
15862
15872
See the pkg-config man page for more details.
15863
15873
" >&5
15864
 
$as_echo "$as_me: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
15874
$as_echo "$as_me: error: Package requirements (x11 >= $X11_REQUIRED_VERSION
 
15875
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
15865
15876
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
15866
15877
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
15867
15878
        gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
22081
22092
# report actual input values of CONFIG_FILES etc. instead of their
22082
22093
# values after options handling.
22083
22094
ac_log="
22084
 
This file was extended by gnome-screensaver $as_me 2.29.90, which was
 
22095
This file was extended by gnome-screensaver $as_me 2.29.91, which was
22085
22096
generated by GNU Autoconf 2.63.  Invocation command line was
22086
22097
 
22087
22098
  CONFIG_FILES    = $CONFIG_FILES
22144
22155
_ACEOF
22145
22156
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22146
22157
ac_cs_version="\\
22147
 
gnome-screensaver config.status 2.29.90
 
22158
gnome-screensaver config.status 2.29.91
22148
22159
configured by $0, generated by GNU Autoconf 2.63,
22149
22160
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22150
22161