~swem/totem/assignment

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

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 totem 2.29.4.
 
3
# Generated by GNU Autoconf 2.63 for totem 2.29.91.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=totem>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='totem'
747
747
PACKAGE_TARNAME='totem'
748
 
PACKAGE_VERSION='2.29.4'
749
 
PACKAGE_STRING='totem 2.29.4'
 
748
PACKAGE_VERSION='2.29.91'
 
749
PACKAGE_STRING='totem 2.29.91'
750
750
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=totem'
751
751
 
752
752
ac_unique_file="src/totem.c"
1743
1743
  # Omit some internal or obsolete options to make the list less imposing.
1744
1744
  # This message is too long to be a string in the A/UX 3.1 sh.
1745
1745
  cat <<_ACEOF
1746
 
\`configure' configures totem 2.29.4 to adapt to many kinds of systems.
 
1746
\`configure' configures totem 2.29.91 to adapt to many kinds of systems.
1747
1747
 
1748
1748
Usage: $0 [OPTION]... [VAR=VALUE]...
1749
1749
 
1817
1817
 
1818
1818
if test -n "$ac_init_help"; then
1819
1819
  case $ac_init_help in
1820
 
     short | recursive ) echo "Configuration of totem 2.29.4:";;
 
1820
     short | recursive ) echo "Configuration of totem 2.29.91:";;
1821
1821
   esac
1822
1822
  cat <<\_ACEOF
1823
1823
 
2050
2050
test -n "$ac_init_help" && exit $ac_status
2051
2051
if $ac_init_version; then
2052
2052
  cat <<\_ACEOF
2053
 
totem configure 2.29.4
 
2053
totem configure 2.29.91
2054
2054
generated by GNU Autoconf 2.63
2055
2055
 
2056
2056
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2064
2064
This file contains any messages produced by compilers while
2065
2065
running configure, to aid debugging if configure makes a mistake.
2066
2066
 
2067
 
It was created by totem $as_me 2.29.4, which was
 
2067
It was created by totem $as_me 2.29.91, which was
2068
2068
generated by GNU Autoconf 2.63.  Invocation command line was
2069
2069
 
2070
2070
  $ $0 $@
2941
2941
 
2942
2942
# Define the identity of the package.
2943
2943
 PACKAGE='totem'
2944
 
 VERSION='2.29.4'
 
2944
 VERSION='2.29.91'
2945
2945
 
2946
2946
 
2947
2947
cat >>confdefs.h <<_ACEOF
18642
18642
Report bugs to <bug-libtool@gnu.org>."
18643
18643
 
18644
18644
lt_cl_version="\
18645
 
totem config.lt 2.29.4
 
18645
totem config.lt 2.29.91
18646
18646
configured by $0, generated by GNU Autoconf 2.63.
18647
18647
 
18648
18648
Copyright (C) 2008 Free Software Foundation, Inc.
20059
20059
 
20060
20060
# Requirements
20061
20061
GLIB_REQS=2.22
20062
 
GTK_REQS=2.19.1
 
20062
GTK_REQS=2.19.5
20063
20063
TOTEM_PLPARSER_REQS=2.29.1
20064
20064
GNOMEICON_REQS=2.15.90
20065
20065
DBUS_REQS=0.61
20067
20067
 
20068
20068
TOTEM_VERSION_MAJOR=2
20069
20069
TOTEM_VERSION_MINOR=29
20070
 
TOTEM_VERSION_MICRO=4
 
20070
TOTEM_VERSION_MICRO=91
20071
20071
 
20072
20072
 
20073
20073
 
20079
20079
 
20080
20080
 
20081
20081
GST_MAJORMINOR=0.10
20082
 
GST_REQS=0.10.24
20083
 
GSTPLUG_REQS=0.10.25.1
 
20082
GST_REQS=0.10.26
 
20083
GSTPLUG_REQS=0.10.26
20084
20084
 
20085
20085
HAVE_GSTREAMER=no
20086
20086
 
25035
25035
# report actual input values of CONFIG_FILES etc. instead of their
25036
25036
# values after options handling.
25037
25037
ac_log="
25038
 
This file was extended by totem $as_me 2.29.4, which was
 
25038
This file was extended by totem $as_me 2.29.91, which was
25039
25039
generated by GNU Autoconf 2.63.  Invocation command line was
25040
25040
 
25041
25041
  CONFIG_FILES    = $CONFIG_FILES
25098
25098
_ACEOF
25099
25099
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25100
25100
ac_cs_version="\\
25101
 
totem config.status 2.29.4
 
25101
totem config.status 2.29.91
25102
25102
configured by $0, generated by GNU Autoconf 2.63,
25103
25103
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25104
25104