~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged 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.69 for GStreamer 0.11.93.
 
3
# Generated by GNU Autoconf 2.69 for GStreamer 0.11.94.
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'
593
593
PACKAGE_TARNAME='gstreamer'
594
 
PACKAGE_VERSION='0.11.93'
595
 
PACKAGE_STRING='GStreamer 0.11.93'
 
594
PACKAGE_VERSION='0.11.94'
 
595
PACKAGE_STRING='GStreamer 0.11.94'
596
596
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
597
597
PACKAGE_URL=''
598
598
 
717
717
PYTHON_PREFIX
718
718
PYTHON_VERSION
719
719
PYTHON
720
 
GTK_DOC_USE_REBASE_FALSE
721
 
GTK_DOC_USE_REBASE_TRUE
722
720
GTK_DOC_USE_LIBTOOL_FALSE
723
721
GTK_DOC_USE_LIBTOOL_TRUE
724
722
GTK_DOC_BUILD_PDF_FALSE
1635
1633
  # Omit some internal or obsolete options to make the list less imposing.
1636
1634
  # This message is too long to be a string in the A/UX 3.1 sh.
1637
1635
  cat <<_ACEOF
1638
 
\`configure' configures GStreamer 0.11.93 to adapt to many kinds of systems.
 
1636
\`configure' configures GStreamer 0.11.94 to adapt to many kinds of systems.
1639
1637
 
1640
1638
Usage: $0 [OPTION]... [VAR=VALUE]...
1641
1639
 
1706
1704
 
1707
1705
if test -n "$ac_init_help"; then
1708
1706
  case $ac_init_help in
1709
 
     short | recursive ) echo "Configuration of GStreamer 0.11.93:";;
 
1707
     short | recursive ) echo "Configuration of GStreamer 0.11.94:";;
1710
1708
   esac
1711
1709
  cat <<\_ACEOF
1712
1710
 
1883
1881
test -n "$ac_init_help" && exit $ac_status
1884
1882
if $ac_init_version; then
1885
1883
  cat <<\_ACEOF
1886
 
GStreamer configure 0.11.93
 
1884
GStreamer configure 0.11.94
1887
1885
generated by GNU Autoconf 2.69
1888
1886
 
1889
1887
Copyright (C) 2012 Free Software Foundation, Inc.
2656
2654
This file contains any messages produced by compilers while
2657
2655
running configure, to aid debugging if configure makes a mistake.
2658
2656
 
2659
 
It was created by GStreamer $as_me 0.11.93, which was
 
2657
It was created by GStreamer $as_me 0.11.94, which was
2660
2658
generated by GNU Autoconf 2.69.  Invocation command line was
2661
2659
 
2662
2660
  $ $0 $@
3589
3587
 
3590
3588
# Define the identity of the package.
3591
3589
 PACKAGE='gstreamer'
3592
 
 VERSION='0.11.93'
 
3590
 VERSION='0.11.94'
3593
3591
 
3594
3592
 
3595
3593
cat >>confdefs.h <<_ACEOF
3712
3710
 
3713
3711
 
3714
3712
 
3715
 
  PACKAGE_VERSION_MAJOR=$(echo 0.11.93 | cut -d'.' -f1)
3716
 
  PACKAGE_VERSION_MINOR=$(echo 0.11.93 | cut -d'.' -f2)
3717
 
  PACKAGE_VERSION_MICRO=$(echo 0.11.93 | cut -d'.' -f3)
 
3713
  PACKAGE_VERSION_MAJOR=$(echo 0.11.94 | cut -d'.' -f1)
 
3714
  PACKAGE_VERSION_MINOR=$(echo 0.11.94 | cut -d'.' -f2)
 
3715
  PACKAGE_VERSION_MICRO=$(echo 0.11.94 | cut -d'.' -f3)
3718
3716
 
3719
3717
 
3720
3718
 
3725
3723
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
3726
3724
$as_echo_n "checking nano version... " >&6; }
3727
3725
 
3728
 
  NANO=$(echo 0.11.93 | cut -d'.' -f4)
 
3726
  NANO=$(echo 0.11.94 | cut -d'.' -f4)
3729
3727
 
3730
3728
  if test x"$NANO" = x || test "x$NANO" = "x0" ; then
3731
3729
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
22377
22375
 
22378
22376
  if test x$enable_gtk_doc = xyes; then
22379
22377
    if test -n "$PKG_CONFIG" && \
22380
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.3\""; } >&5
22381
 
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.3") 2>&5
 
22378
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.12\""; } >&5
 
22379
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.12") 2>&5
22382
22380
  ac_status=$?
22383
22381
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22384
22382
  test $ac_status = 0; }; then
22385
22383
  :
22386
22384
else
22387
 
  as_fn_error $? "You need to have gtk-doc >= 1.3 installed to build $PACKAGE_NAME" "$LINENO" 5
 
22385
  as_fn_error $? "You need to have gtk-doc >= 1.12 installed to build $PACKAGE_NAME" "$LINENO" 5
22388
22386
fi
22389
22387
        if test "x$PACKAGE_NAME" != "xglib"; then
22390
22388
 
22608
22606
  GTK_DOC_USE_LIBTOOL_FALSE=
22609
22607
fi
22610
22608
 
22611
 
   if test -n "$GTKDOC_REBASE"; then
22612
 
  GTK_DOC_USE_REBASE_TRUE=
22613
 
  GTK_DOC_USE_REBASE_FALSE='#'
22614
 
else
22615
 
  GTK_DOC_USE_REBASE_TRUE='#'
22616
 
  GTK_DOC_USE_REBASE_FALSE=
22617
 
fi
22618
 
 
22619
22609
 
22620
22610
 
22621
22611
 
25882
25872
 
25883
25873
 
25884
25874
 
25885
 
ac_config_files="$ac_config_files Makefile gst/Makefile gst/gstconfig.h gst/gstversion.h gst/parse/Makefile libs/Makefile libs/gst/Makefile libs/gst/base/Makefile libs/gst/check/Makefile libs/gst/check/libcheck/Makefile libs/gst/check/libcheck/check.h libs/gst/controller/Makefile libs/gst/helpers/Makefile libs/gst/net/Makefile plugins/Makefile plugins/elements/Makefile po/Makefile.in tests/Makefile tests/benchmarks/Makefile tests/check/Makefile tests/misc/Makefile tests/examples/Makefile tests/examples/adapter/Makefile tests/examples/controller/Makefile tests/examples/stepping/Makefile tests/examples/helloworld/Makefile tests/examples/launch/Makefile tests/examples/manual/Makefile tests/examples/memory/Makefile tests/examples/metadata/Makefile tests/examples/queue/Makefile tests/examples/streams/Makefile tests/examples/typefind/Makefile tools/Makefile common/Makefile common/m4/Makefile docs/Makefile docs/design/Makefile docs/faq/Makefile docs/gst/Makefile docs/gst/gstreamer.types docs/libs/Makefile docs/plugins/Makefile docs/manual/Makefile docs/pwg/Makefile docs/slides/Makefile docs/xsl/Makefile docs/version.entities m4/Makefile pkgconfig/Makefile stamp.h pkgconfig/gstreamer.pc pkgconfig/gstreamer-uninstalled.pc pkgconfig/gstreamer-base.pc pkgconfig/gstreamer-base-uninstalled.pc pkgconfig/gstreamer-check.pc pkgconfig/gstreamer-check-uninstalled.pc pkgconfig/gstreamer-controller.pc pkgconfig/gstreamer-controller-uninstalled.pc pkgconfig/gstreamer-net.pc pkgconfig/gstreamer-net-uninstalled.pc gst-element-check.m4 gstreamer.spec"
 
25875
ac_config_files="$ac_config_files Makefile gst/Makefile gst/gstconfig.h gst/gstversion.h gst/parse/Makefile libs/Makefile libs/gst/Makefile libs/gst/base/Makefile libs/gst/check/Makefile libs/gst/check/libcheck/Makefile libs/gst/check/libcheck/check.h libs/gst/controller/Makefile libs/gst/helpers/Makefile libs/gst/net/Makefile plugins/Makefile plugins/elements/Makefile po/Makefile.in tests/Makefile tests/benchmarks/Makefile tests/check/Makefile tests/misc/Makefile tests/examples/Makefile tests/examples/adapter/Makefile tests/examples/controller/Makefile tests/examples/stepping/Makefile tests/examples/helloworld/Makefile tests/examples/launch/Makefile tests/examples/manual/Makefile tests/examples/memory/Makefile tests/examples/metadata/Makefile tests/examples/queue/Makefile tests/examples/streams/Makefile tests/examples/typefind/Makefile tools/Makefile common/Makefile common/m4/Makefile docs/Makefile docs/design/Makefile docs/faq/Makefile docs/gst/Makefile docs/gst/gstreamer.types docs/libs/Makefile docs/plugins/Makefile docs/manual/Makefile docs/pwg/Makefile docs/slides/Makefile docs/xsl/Makefile docs/version.entities m4/Makefile pkgconfig/Makefile stamp.h pkgconfig/gstreamer.pc pkgconfig/gstreamer-uninstalled.pc pkgconfig/gstreamer-base.pc pkgconfig/gstreamer-base-uninstalled.pc pkgconfig/gstreamer-check.pc pkgconfig/gstreamer-check-uninstalled.pc pkgconfig/gstreamer-controller.pc pkgconfig/gstreamer-controller-uninstalled.pc pkgconfig/gstreamer-net.pc pkgconfig/gstreamer-net-uninstalled.pc gstreamer.spec"
25886
25876
 
25887
25877
 
25888
25878
sed \
26214
26204
  as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
26215
26205
Usually this means the macro was only invoked conditionally." "$LINENO" 5
26216
26206
fi
26217
 
if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
26218
 
  as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
26219
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
26220
 
fi
26221
26207
if test -z "${ENABLE_PLUGIN_DOCS_TRUE}" && test -z "${ENABLE_PLUGIN_DOCS_FALSE}"; then
26222
26208
  as_fn_error $? "conditional \"ENABLE_PLUGIN_DOCS\" was never defined.
26223
26209
Usually this means the macro was only invoked conditionally." "$LINENO" 5
26655
26641
# report actual input values of CONFIG_FILES etc. instead of their
26656
26642
# values after options handling.
26657
26643
ac_log="
26658
 
This file was extended by GStreamer $as_me 0.11.93, which was
 
26644
This file was extended by GStreamer $as_me 0.11.94, which was
26659
26645
generated by GNU Autoconf 2.69.  Invocation command line was
26660
26646
 
26661
26647
  CONFIG_FILES    = $CONFIG_FILES
26721
26707
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26722
26708
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
26723
26709
ac_cs_version="\\
26724
 
GStreamer config.status 0.11.93
 
26710
GStreamer config.status 0.11.94
26725
26711
configured by $0, generated by GNU Autoconf 2.69,
26726
26712
  with options \\"\$ac_cs_config\\"
26727
26713
 
27318
27304
    "pkgconfig/gstreamer-controller-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/gstreamer-controller-uninstalled.pc" ;;
27319
27305
    "pkgconfig/gstreamer-net.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/gstreamer-net.pc" ;;
27320
27306
    "pkgconfig/gstreamer-net-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/gstreamer-net-uninstalled.pc" ;;
27321
 
    "gst-element-check.m4") CONFIG_FILES="$CONFIG_FILES gst-element-check.m4" ;;
27322
27307
    "gstreamer.spec") CONFIG_FILES="$CONFIG_FILES gstreamer.spec" ;;
27323
27308
 
27324
27309
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;