~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-12-27 11:06:09 UTC
  • mfrom: (13.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20131227110609-ekx0r2zhgmtikdbu
Tags: 1.2.2-1
* New upstream bugfix release:
  + debian/control:
    - Build-depend on gst-plugins-base >= 1.2.2.

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 GStreamer libav 1.2.1.
 
3
# Generated by GNU Autoconf 2.69 for GStreamer libav 1.2.2.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='GStreamer libav'
593
593
PACKAGE_TARNAME='gst-libav'
594
 
PACKAGE_VERSION='1.2.1'
595
 
PACKAGE_STRING='GStreamer libav 1.2.1'
 
594
PACKAGE_VERSION='1.2.2'
 
595
PACKAGE_STRING='GStreamer libav 1.2.2'
596
596
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
597
597
PACKAGE_URL=''
598
598
 
1519
1519
  # Omit some internal or obsolete options to make the list less imposing.
1520
1520
  # This message is too long to be a string in the A/UX 3.1 sh.
1521
1521
  cat <<_ACEOF
1522
 
\`configure' configures GStreamer libav 1.2.1 to adapt to many kinds of systems.
 
1522
\`configure' configures GStreamer libav 1.2.2 to adapt to many kinds of systems.
1523
1523
 
1524
1524
Usage: $0 [OPTION]... [VAR=VALUE]...
1525
1525
 
1590
1590
 
1591
1591
if test -n "$ac_init_help"; then
1592
1592
  case $ac_init_help in
1593
 
     short | recursive ) echo "Configuration of GStreamer libav 1.2.1:";;
 
1593
     short | recursive ) echo "Configuration of GStreamer libav 1.2.2:";;
1594
1594
   esac
1595
1595
  cat <<\_ACEOF
1596
1596
 
1759
1759
test -n "$ac_init_help" && exit $ac_status
1760
1760
if $ac_init_version; then
1761
1761
  cat <<\_ACEOF
1762
 
GStreamer libav configure 1.2.1
 
1762
GStreamer libav configure 1.2.2
1763
1763
generated by GNU Autoconf 2.69
1764
1764
 
1765
1765
Copyright (C) 2012 Free Software Foundation, Inc.
2174
2174
This file contains any messages produced by compilers while
2175
2175
running configure, to aid debugging if configure makes a mistake.
2176
2176
 
2177
 
It was created by GStreamer libav $as_me 1.2.1, which was
 
2177
It was created by GStreamer libav $as_me 1.2.2, which was
2178
2178
generated by GNU Autoconf 2.69.  Invocation command line was
2179
2179
 
2180
2180
  $ $0 $@
3152
3152
 
3153
3153
# Define the identity of the package.
3154
3154
 PACKAGE='gst-libav'
3155
 
 VERSION='1.2.1'
 
3155
 VERSION='1.2.2'
3156
3156
 
3157
3157
 
3158
3158
cat >>confdefs.h <<_ACEOF
3362
3362
fi
3363
3363
 
3364
3364
 
3365
 
  PACKAGE_VERSION_MAJOR=$(echo 1.2.1 | cut -d'.' -f1)
3366
 
  PACKAGE_VERSION_MINOR=$(echo 1.2.1 | cut -d'.' -f2)
3367
 
  PACKAGE_VERSION_MICRO=$(echo 1.2.1 | cut -d'.' -f3)
 
3365
  PACKAGE_VERSION_MAJOR=$(echo 1.2.2 | cut -d'.' -f1)
 
3366
  PACKAGE_VERSION_MINOR=$(echo 1.2.2 | cut -d'.' -f2)
 
3367
  PACKAGE_VERSION_MICRO=$(echo 1.2.2 | cut -d'.' -f3)
3368
3368
 
3369
3369
 
3370
3370
 
3375
3375
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
3376
3376
$as_echo_n "checking nano version... " >&6; }
3377
3377
 
3378
 
  NANO=$(echo 1.2.1 | cut -d'.' -f4)
 
3378
  NANO=$(echo 1.2.2 | cut -d'.' -f4)
3379
3379
 
3380
3380
  if test x"$NANO" = x || test "x$NANO" = "x0" ; then
3381
3381
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
8021
8021
done
8022
8022
 
8023
8023
 
8024
 
  GST_CURRENT=201
 
8024
  GST_CURRENT=202
8025
8025
  GST_REVISION=0
8026
 
  GST_AGE=201
8027
 
  GST_LIBVERSION=201:0:201
 
8026
  GST_AGE=202
 
8027
  GST_LIBVERSION=202:0:202
8028
8028
 
8029
8029
 
8030
8030
 
12350
12350
 
12351
12351
 
12352
12352
GST_REQ=1.2.0
12353
 
GST_PBREQ=1.2.0
 
12353
GST_PBREQ=1.2.2
12354
12354
 
12355
12355
ORC_REQ=0.4.16
12356
12356
 
18233
18233
# report actual input values of CONFIG_FILES etc. instead of their
18234
18234
# values after options handling.
18235
18235
ac_log="
18236
 
This file was extended by GStreamer libav $as_me 1.2.1, which was
 
18236
This file was extended by GStreamer libav $as_me 1.2.2, which was
18237
18237
generated by GNU Autoconf 2.69.  Invocation command line was
18238
18238
 
18239
18239
  CONFIG_FILES    = $CONFIG_FILES
18299
18299
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18300
18300
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18301
18301
ac_cs_version="\\
18302
 
GStreamer libav config.status 1.2.1
 
18302
GStreamer libav config.status 1.2.2
18303
18303
configured by $0, generated by GNU Autoconf 2.69,
18304
18304
  with options \\"\$ac_cs_config\\"
18305
18305