~psusi/ubuntu/saucy/brasero/fix-drive-selector

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-27 10:34:57 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120327103457-86qt4pti869xqdzz
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Translations updates

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 brasero 3.3.92.
 
3
# Generated by GNU Autoconf 2.68 for brasero 3.4.0.
4
4
#
5
5
#
6
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
567
567
# Identity of this package.
568
568
PACKAGE_NAME='brasero'
569
569
PACKAGE_TARNAME='brasero'
570
 
PACKAGE_VERSION='3.3.92'
571
 
PACKAGE_STRING='brasero 3.3.92'
 
570
PACKAGE_VERSION='3.4.0'
 
571
PACKAGE_STRING='brasero 3.4.0'
572
572
PACKAGE_BUGREPORT=''
573
573
PACKAGE_URL=''
574
574
 
1517
1517
  # Omit some internal or obsolete options to make the list less imposing.
1518
1518
  # This message is too long to be a string in the A/UX 3.1 sh.
1519
1519
  cat <<_ACEOF
1520
 
\`configure' configures brasero 3.3.92 to adapt to many kinds of systems.
 
1520
\`configure' configures brasero 3.4.0 to adapt to many kinds of systems.
1521
1521
 
1522
1522
Usage: $0 [OPTION]... [VAR=VALUE]...
1523
1523
 
1587
1587
 
1588
1588
if test -n "$ac_init_help"; then
1589
1589
  case $ac_init_help in
1590
 
     short | recursive ) echo "Configuration of brasero 3.3.92:";;
 
1590
     short | recursive ) echo "Configuration of brasero 3.4.0:";;
1591
1591
   esac
1592
1592
  cat <<\_ACEOF
1593
1593
 
1806
1806
test -n "$ac_init_help" && exit $ac_status
1807
1807
if $ac_init_version; then
1808
1808
  cat <<\_ACEOF
1809
 
brasero configure 3.3.92
 
1809
brasero configure 3.4.0
1810
1810
generated by GNU Autoconf 2.68
1811
1811
 
1812
1812
Copyright (C) 2010 Free Software Foundation, Inc.
2225
2225
This file contains any messages produced by compilers while
2226
2226
running configure, to aid debugging if configure makes a mistake.
2227
2227
 
2228
 
It was created by brasero $as_me 3.3.92, which was
 
2228
It was created by brasero $as_me 3.4.0, which was
2229
2229
generated by GNU Autoconf 2.68.  Invocation command line was
2230
2230
 
2231
2231
  $ $0 $@
2576
2576
 
2577
2577
 
2578
2578
BRASERO_MAJOR_VERSION=3
2579
 
BRASERO_MINOR_VERSION=3
2580
 
BRASERO_SUB=92
 
2579
BRASERO_MINOR_VERSION=4
 
2580
BRASERO_SUB=0
2581
2581
BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
2582
2582
 
2583
2583
 
2587
2587
 
2588
2588
 
2589
2589
LT_CURRENT=3
2590
 
LT_REVISION=1
 
2590
LT_REVISION=2
2591
2591
LT_AGE=2
2592
2592
 
2593
2593
 
3086
3086
 
3087
3087
# Define the identity of the package.
3088
3088
 PACKAGE='brasero'
3089
 
 VERSION='3.3.92'
 
3089
 VERSION='3.4.0'
3090
3090
 
3091
3091
 
3092
3092
cat >>confdefs.h <<_ACEOF
10456
10456
    *) objformat=elf ;;
10457
10457
    esac
10458
10458
  fi
10459
 
  # Handle Gentoo/FreeBSD as it was Linux
10460
 
  case $host_vendor in
10461
 
    gentoo)
10462
 
      version_type=linux ;;
10463
 
    *)
10464
 
      version_type=freebsd-$objformat ;;
10465
 
  esac
10466
 
 
 
10459
  version_type=freebsd-$objformat
10467
10460
  case $version_type in
10468
10461
    freebsd-elf*)
10469
10462
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10474
10467
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10475
10468
      need_version=yes
10476
10469
      ;;
10477
 
    linux)
10478
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10479
 
      soname_spec='${libname}${release}${shared_ext}$major'
10480
 
      need_lib_prefix=no
10481
 
      need_version=no
10482
 
      ;;
10483
10470
  esac
10484
10471
  shlibpath_var=LD_LIBRARY_PATH
10485
10472
  case $host_os in
10677
10664
  # before this can be enabled.
10678
10665
  hardcode_into_libs=yes
10679
10666
 
 
10667
  # Add ABI-specific directories to the system library path.
 
10668
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
10669
 
10680
10670
  # Append ld.so.conf contents to the search path
10681
10671
  if test -f /etc/ld.so.conf; then
10682
10672
    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' ' '`
10683
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
10673
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
10674
 
10684
10675
  fi
10685
10676
 
10686
10677
  # We used to test for /lib/ld.so.1 and disable shared libraries on
11703
11694
 
11704
11695
 
11705
11696
 
11706
 
 
11707
11697
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11708
11698
        if test -n "$ac_tool_prefix"; then
11709
11699
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12183
12173
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12184
12174
  test $ac_status = 0; }; then
12185
12175
  pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
12186
 
                      test "x$?" != "x0" && pkg_failed=yes
12187
12176
else
12188
12177
  pkg_failed=yes
12189
12178
fi
12200
12189
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12201
12190
  test $ac_status = 0; }; then
12202
12191
  pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
12203
 
                      test "x$?" != "x0" && pkg_failed=yes
12204
12192
else
12205
12193
  pkg_failed=yes
12206
12194
fi
12220
12208
        _pkg_short_errors_supported=no
12221
12209
fi
12222
12210
        if test $_pkg_short_errors_supported = yes; then
12223
 
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
 
12211
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
12224
12212
        else
12225
 
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
 
12213
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
12226
12214
        fi
12227
12215
        # Put the nasty error message in config.log where it belongs
12228
12216
        echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
12237
12225
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
12238
12226
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
12239
12227
See the pkg-config man page for more details." "$LINENO" 5
 
12228
 
12240
12229
elif test $pkg_failed = untried; then
12241
12230
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12242
12231
$as_echo "no" >&6; }
12252
12241
 
12253
12242
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12254
12243
See \`config.log' for more details" "$LINENO" 5; }
 
12244
 
12255
12245
else
12256
12246
        GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
12257
12247
        GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
13680
13670
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
13681
13671
        gstreamer-interfaces-0.10                       \
13682
13672
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED" 2>/dev/null`
13683
 
                      test "x$?" != "x0" && pkg_failed=yes
13684
13673
else
13685
13674
  pkg_failed=yes
13686
13675
fi
13706
13695
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
13707
13696
        gstreamer-interfaces-0.10                       \
13708
13697
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED" 2>/dev/null`
13709
 
                      test "x$?" != "x0" && pkg_failed=yes
13710
13698
else
13711
13699
  pkg_failed=yes
13712
13700
fi
13726
13714
        _pkg_short_errors_supported=no
13727
13715
fi
13728
13716
        if test $_pkg_short_errors_supported = yes; then
13729
 
                BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
13717
                BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
13730
13718
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
13731
13719
        gstreamer-interfaces-0.10                       \
13732
13720
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED" 2>&1`
13733
13721
        else
13734
 
                BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
13722
                BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
13735
13723
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
13736
13724
        gstreamer-interfaces-0.10                       \
13737
13725
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED" 2>&1`
13752
13740
Alternatively, you may set the environment variables BRASERO_GSTREAMER_CFLAGS
13753
13741
and BRASERO_GSTREAMER_LIBS to avoid the need to call pkg-config.
13754
13742
See the pkg-config man page for more details." "$LINENO" 5
 
13743
 
13755
13744
elif test $pkg_failed = untried; then
13756
13745
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13757
13746
$as_echo "no" >&6; }
13767
13756
 
13768
13757
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13769
13758
See \`config.log' for more details" "$LINENO" 5; }
 
13759
 
13770
13760
else
13771
13761
        BRASERO_GSTREAMER_CFLAGS=$pkg_cv_BRASERO_GSTREAMER_CFLAGS
13772
13762
        BRASERO_GSTREAMER_LIBS=$pkg_cv_BRASERO_GSTREAMER_LIBS
13798
13788
  test $ac_status = 0; }; then
13799
13789
  pkg_cv_BRASERO_GIO_CFLAGS=`$PKG_CONFIG --cflags "\
13800
13790
        gio-2.0 >= $GIO_REQUIRED" 2>/dev/null`
13801
 
                      test "x$?" != "x0" && pkg_failed=yes
13802
13791
else
13803
13792
  pkg_failed=yes
13804
13793
fi
13818
13807
  test $ac_status = 0; }; then
13819
13808
  pkg_cv_BRASERO_GIO_LIBS=`$PKG_CONFIG --libs "\
13820
13809
        gio-2.0 >= $GIO_REQUIRED" 2>/dev/null`
13821
 
                      test "x$?" != "x0" && pkg_failed=yes
13822
13810
else
13823
13811
  pkg_failed=yes
13824
13812
fi
13838
13826
        _pkg_short_errors_supported=no
13839
13827
fi
13840
13828
        if test $_pkg_short_errors_supported = yes; then
13841
 
                BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
13829
                BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
13842
13830
        gio-2.0 >= $GIO_REQUIRED" 2>&1`
13843
13831
        else
13844
 
                BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
13832
                BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
13845
13833
        gio-2.0 >= $GIO_REQUIRED" 2>&1`
13846
13834
        fi
13847
13835
        # Put the nasty error message in config.log where it belongs
13858
13846
Alternatively, you may set the environment variables BRASERO_GIO_CFLAGS
13859
13847
and BRASERO_GIO_LIBS to avoid the need to call pkg-config.
13860
13848
See the pkg-config man page for more details." "$LINENO" 5
 
13849
 
13861
13850
elif test $pkg_failed = untried; then
13862
13851
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13863
13852
$as_echo "no" >&6; }
13873
13862
 
13874
13863
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13875
13864
See \`config.log' for more details" "$LINENO" 5; }
 
13865
 
13876
13866
else
13877
13867
        BRASERO_GIO_CFLAGS=$pkg_cv_BRASERO_GIO_CFLAGS
13878
13868
        BRASERO_GIO_LIBS=$pkg_cv_BRASERO_GIO_LIBS
13902
13892
  test $ac_status = 0; }; then
13903
13893
  pkg_cv_BRASERO_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "\
13904
13894
        libxml-2.0 >= $LIBXML2_REQUIRED" 2>/dev/null`
13905
 
                      test "x$?" != "x0" && pkg_failed=yes
13906
13895
else
13907
13896
  pkg_failed=yes
13908
13897
fi
13922
13911
  test $ac_status = 0; }; then
13923
13912
  pkg_cv_BRASERO_LIBXML_LIBS=`$PKG_CONFIG --libs "\
13924
13913
        libxml-2.0 >= $LIBXML2_REQUIRED" 2>/dev/null`
13925
 
                      test "x$?" != "x0" && pkg_failed=yes
13926
13914
else
13927
13915
  pkg_failed=yes
13928
13916
fi
13942
13930
        _pkg_short_errors_supported=no
13943
13931
fi
13944
13932
        if test $_pkg_short_errors_supported = yes; then
13945
 
                BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
13933
                BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
13946
13934
        libxml-2.0 >= $LIBXML2_REQUIRED" 2>&1`
13947
13935
        else
13948
 
                BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
13936
                BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
13949
13937
        libxml-2.0 >= $LIBXML2_REQUIRED" 2>&1`
13950
13938
        fi
13951
13939
        # Put the nasty error message in config.log where it belongs
13962
13950
Alternatively, you may set the environment variables BRASERO_LIBXML_CFLAGS
13963
13951
and BRASERO_LIBXML_LIBS to avoid the need to call pkg-config.
13964
13952
See the pkg-config man page for more details." "$LINENO" 5
 
13953
 
13965
13954
elif test $pkg_failed = untried; then
13966
13955
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13967
13956
$as_echo "no" >&6; }
13977
13966
 
13978
13967
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13979
13968
See \`config.log' for more details" "$LINENO" 5; }
 
13969
 
13980
13970
else
13981
13971
        BRASERO_LIBXML_CFLAGS=$pkg_cv_BRASERO_LIBXML_CFLAGS
13982
13972
        BRASERO_LIBXML_LIBS=$pkg_cv_BRASERO_LIBXML_LIBS
14006
13996
  test $ac_status = 0; }; then
14007
13997
  pkg_cv_BRASERO_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "\
14008
13998
        gthread-2.0 >= $GTHREAD_REQUIRED" 2>/dev/null`
14009
 
                      test "x$?" != "x0" && pkg_failed=yes
14010
13999
else
14011
14000
  pkg_failed=yes
14012
14001
fi
14026
14015
  test $ac_status = 0; }; then
14027
14016
  pkg_cv_BRASERO_GTHREAD_LIBS=`$PKG_CONFIG --libs "\
14028
14017
        gthread-2.0 >= $GTHREAD_REQUIRED" 2>/dev/null`
14029
 
                      test "x$?" != "x0" && pkg_failed=yes
14030
14018
else
14031
14019
  pkg_failed=yes
14032
14020
fi
14046
14034
        _pkg_short_errors_supported=no
14047
14035
fi
14048
14036
        if test $_pkg_short_errors_supported = yes; then
14049
 
                BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
14037
                BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
14050
14038
        gthread-2.0 >= $GTHREAD_REQUIRED" 2>&1`
14051
14039
        else
14052
 
                BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
14040
                BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
14053
14041
        gthread-2.0 >= $GTHREAD_REQUIRED" 2>&1`
14054
14042
        fi
14055
14043
        # Put the nasty error message in config.log where it belongs
14066
14054
Alternatively, you may set the environment variables BRASERO_GTHREAD_CFLAGS
14067
14055
and BRASERO_GTHREAD_LIBS to avoid the need to call pkg-config.
14068
14056
See the pkg-config man page for more details." "$LINENO" 5
 
14057
 
14069
14058
elif test $pkg_failed = untried; then
14070
14059
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14071
14060
$as_echo "no" >&6; }
14081
14070
 
14082
14071
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14083
14072
See \`config.log' for more details" "$LINENO" 5; }
 
14073
 
14084
14074
else
14085
14075
        BRASERO_GTHREAD_CFLAGS=$pkg_cv_BRASERO_GTHREAD_CFLAGS
14086
14076
        BRASERO_GTHREAD_LIBS=$pkg_cv_BRASERO_GTHREAD_LIBS
14113
14103
  pkg_cv_BRASERO_GLIB_CFLAGS=`$PKG_CONFIG --cflags "\
14114
14104
        gobject-2.0 >= $GLIB_REQUIRED           \
14115
14105
        glib-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
14116
 
                      test "x$?" != "x0" && pkg_failed=yes
14117
14106
else
14118
14107
  pkg_failed=yes
14119
14108
fi
14136
14125
  pkg_cv_BRASERO_GLIB_LIBS=`$PKG_CONFIG --libs "\
14137
14126
        gobject-2.0 >= $GLIB_REQUIRED           \
14138
14127
        glib-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
14139
 
                      test "x$?" != "x0" && pkg_failed=yes
14140
14128
else
14141
14129
  pkg_failed=yes
14142
14130
fi
14156
14144
        _pkg_short_errors_supported=no
14157
14145
fi
14158
14146
        if test $_pkg_short_errors_supported = yes; then
14159
 
                BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
14147
                BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
14160
14148
        gobject-2.0 >= $GLIB_REQUIRED           \
14161
14149
        glib-2.0 >= $GLIB_REQUIRED" 2>&1`
14162
14150
        else
14163
 
                BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
14151
                BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
14164
14152
        gobject-2.0 >= $GLIB_REQUIRED           \
14165
14153
        glib-2.0 >= $GLIB_REQUIRED" 2>&1`
14166
14154
        fi
14179
14167
Alternatively, you may set the environment variables BRASERO_GLIB_CFLAGS
14180
14168
and BRASERO_GLIB_LIBS to avoid the need to call pkg-config.
14181
14169
See the pkg-config man page for more details." "$LINENO" 5
 
14170
 
14182
14171
elif test $pkg_failed = untried; then
14183
14172
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14184
14173
$as_echo "no" >&6; }
14194
14183
 
14195
14184
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14196
14185
See \`config.log' for more details" "$LINENO" 5; }
 
14186
 
14197
14187
else
14198
14188
        BRASERO_GLIB_CFLAGS=$pkg_cv_BRASERO_GLIB_CFLAGS
14199
14189
        BRASERO_GLIB_LIBS=$pkg_cv_BRASERO_GLIB_LIBS
14223
14213
  test $ac_status = 0; }; then
14224
14214
  pkg_cv_BRASERO_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "\
14225
14215
        gmodule-2.0 >= $GMODULE_REQUIRED" 2>/dev/null`
14226
 
                      test "x$?" != "x0" && pkg_failed=yes
14227
14216
else
14228
14217
  pkg_failed=yes
14229
14218
fi
14243
14232
  test $ac_status = 0; }; then
14244
14233
  pkg_cv_BRASERO_GMODULE_LIBS=`$PKG_CONFIG --libs "\
14245
14234
        gmodule-2.0 >= $GMODULE_REQUIRED" 2>/dev/null`
14246
 
                      test "x$?" != "x0" && pkg_failed=yes
14247
14235
else
14248
14236
  pkg_failed=yes
14249
14237
fi
14263
14251
        _pkg_short_errors_supported=no
14264
14252
fi
14265
14253
        if test $_pkg_short_errors_supported = yes; then
14266
 
                BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
14254
                BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
14267
14255
        gmodule-2.0 >= $GMODULE_REQUIRED" 2>&1`
14268
14256
        else
14269
 
                BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
14257
                BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
14270
14258
        gmodule-2.0 >= $GMODULE_REQUIRED" 2>&1`
14271
14259
        fi
14272
14260
        # Put the nasty error message in config.log where it belongs
14283
14271
Alternatively, you may set the environment variables BRASERO_GMODULE_CFLAGS
14284
14272
and BRASERO_GMODULE_LIBS to avoid the need to call pkg-config.
14285
14273
See the pkg-config man page for more details." "$LINENO" 5
 
14274
 
14286
14275
elif test $pkg_failed = untried; then
14287
14276
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14288
14277
$as_echo "no" >&6; }
14298
14287
 
14299
14288
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14300
14289
See \`config.log' for more details" "$LINENO" 5; }
 
14290
 
14301
14291
else
14302
14292
        BRASERO_GMODULE_CFLAGS=$pkg_cv_BRASERO_GMODULE_CFLAGS
14303
14293
        BRASERO_GMODULE_LIBS=$pkg_cv_BRASERO_GMODULE_LIBS
14327
14317
  test $ac_status = 0; }; then
14328
14318
  pkg_cv_BRASERO_GMODULE_EXPORT_CFLAGS=`$PKG_CONFIG --cflags "\
14329
14319
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>/dev/null`
14330
 
                      test "x$?" != "x0" && pkg_failed=yes
14331
14320
else
14332
14321
  pkg_failed=yes
14333
14322
fi
14347
14336
  test $ac_status = 0; }; then
14348
14337
  pkg_cv_BRASERO_GMODULE_EXPORT_LIBS=`$PKG_CONFIG --libs "\
14349
14338
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>/dev/null`
14350
 
                      test "x$?" != "x0" && pkg_failed=yes
14351
14339
else
14352
14340
  pkg_failed=yes
14353
14341
fi
14367
14355
        _pkg_short_errors_supported=no
14368
14356
fi
14369
14357
        if test $_pkg_short_errors_supported = yes; then
14370
 
                BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
14358
                BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
14371
14359
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>&1`
14372
14360
        else
14373
 
                BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
14361
                BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
14374
14362
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>&1`
14375
14363
        fi
14376
14364
        # Put the nasty error message in config.log where it belongs
14387
14375
Alternatively, you may set the environment variables BRASERO_GMODULE_EXPORT_CFLAGS
14388
14376
and BRASERO_GMODULE_EXPORT_LIBS to avoid the need to call pkg-config.
14389
14377
See the pkg-config man page for more details." "$LINENO" 5
 
14378
 
14390
14379
elif test $pkg_failed = untried; then
14391
14380
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14392
14381
$as_echo "no" >&6; }
14402
14391
 
14403
14392
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14404
14393
See \`config.log' for more details" "$LINENO" 5; }
 
14394
 
14405
14395
else
14406
14396
        BRASERO_GMODULE_EXPORT_CFLAGS=$pkg_cv_BRASERO_GMODULE_EXPORT_CFLAGS
14407
14397
        BRASERO_GMODULE_EXPORT_LIBS=$pkg_cv_BRASERO_GMODULE_EXPORT_LIBS
14431
14421
  test $ac_status = 0; }; then
14432
14422
  pkg_cv_BRASERO_SM_CFLAGS=`$PKG_CONFIG --cflags "sm \
14433
14423
        ice" 2>/dev/null`
14434
 
                      test "x$?" != "x0" && pkg_failed=yes
14435
14424
else
14436
14425
  pkg_failed=yes
14437
14426
fi
14451
14440
  test $ac_status = 0; }; then
14452
14441
  pkg_cv_BRASERO_SM_LIBS=`$PKG_CONFIG --libs "sm \
14453
14442
        ice" 2>/dev/null`
14454
 
                      test "x$?" != "x0" && pkg_failed=yes
14455
14443
else
14456
14444
  pkg_failed=yes
14457
14445
fi
14471
14459
        _pkg_short_errors_supported=no
14472
14460
fi
14473
14461
        if test $_pkg_short_errors_supported = yes; then
14474
 
                BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sm \
 
14462
                BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sm \
14475
14463
        ice" 2>&1`
14476
14464
        else
14477
 
                BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sm \
 
14465
                BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --print-errors "sm \
14478
14466
        ice" 2>&1`
14479
14467
        fi
14480
14468
        # Put the nasty error message in config.log where it belongs
14491
14479
Alternatively, you may set the environment variables BRASERO_SM_CFLAGS
14492
14480
and BRASERO_SM_LIBS to avoid the need to call pkg-config.
14493
14481
See the pkg-config man page for more details." "$LINENO" 5
 
14482
 
14494
14483
elif test $pkg_failed = untried; then
14495
14484
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14496
14485
$as_echo "no" >&6; }
14506
14495
 
14507
14496
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14508
14497
See \`config.log' for more details" "$LINENO" 5; }
 
14498
 
14509
14499
else
14510
14500
        BRASERO_SM_CFLAGS=$pkg_cv_BRASERO_SM_CFLAGS
14511
14501
        BRASERO_SM_LIBS=$pkg_cv_BRASERO_SM_LIBS
14544
14534
  pkg_cv_BRASERO_GTK_CFLAGS=`$PKG_CONFIG --cflags "\
14545
14535
                  gtk+-3.0 >= $GTK_REQUIRED     \
14546
14536
                  gdk-x11-3.0" 2>/dev/null`
14547
 
                      test "x$?" != "x0" && pkg_failed=yes
14548
14537
else
14549
14538
  pkg_failed=yes
14550
14539
fi
14567
14556
  pkg_cv_BRASERO_GTK_LIBS=`$PKG_CONFIG --libs "\
14568
14557
                  gtk+-3.0 >= $GTK_REQUIRED     \
14569
14558
                  gdk-x11-3.0" 2>/dev/null`
14570
 
                      test "x$?" != "x0" && pkg_failed=yes
14571
14559
else
14572
14560
  pkg_failed=yes
14573
14561
fi
14587
14575
        _pkg_short_errors_supported=no
14588
14576
fi
14589
14577
        if test $_pkg_short_errors_supported = yes; then
14590
 
                BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
 
14578
                BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
14591
14579
                  gtk+-3.0 >= $GTK_REQUIRED     \
14592
14580
                  gdk-x11-3.0" 2>&1`
14593
14581
        else
14594
 
                BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
 
14582
                BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
14595
14583
                  gtk+-3.0 >= $GTK_REQUIRED     \
14596
14584
                  gdk-x11-3.0" 2>&1`
14597
14585
        fi
14610
14598
Alternatively, you may set the environment variables BRASERO_GTK_CFLAGS
14611
14599
and BRASERO_GTK_LIBS to avoid the need to call pkg-config.
14612
14600
See the pkg-config man page for more details." "$LINENO" 5
 
14601
 
14613
14602
elif test $pkg_failed = untried; then
14614
14603
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14615
14604
$as_echo "no" >&6; }
14625
14614
 
14626
14615
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14627
14616
See \`config.log' for more details" "$LINENO" 5; }
 
14617
 
14628
14618
else
14629
14619
        BRASERO_GTK_CFLAGS=$pkg_cv_BRASERO_GTK_CFLAGS
14630
14620
        BRASERO_GTK_LIBS=$pkg_cv_BRASERO_GTK_LIBS
14657
14647
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14658
14648
  test $ac_status = 0; }; then
14659
14649
  pkg_cv_BRASERO_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= $LIBNOTIFY_REQUIRED" 2>/dev/null`
14660
 
                      test "x$?" != "x0" && pkg_failed=yes
14661
14650
else
14662
14651
  pkg_failed=yes
14663
14652
fi
14674
14663
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14675
14664
  test $ac_status = 0; }; then
14676
14665
  pkg_cv_BRASERO_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= $LIBNOTIFY_REQUIRED" 2>/dev/null`
14677
 
                      test "x$?" != "x0" && pkg_failed=yes
14678
14666
else
14679
14667
  pkg_failed=yes
14680
14668
fi
14694
14682
        _pkg_short_errors_supported=no
14695
14683
fi
14696
14684
        if test $_pkg_short_errors_supported = yes; then
14697
 
                BRASERO_LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnotify >= $LIBNOTIFY_REQUIRED" 2>&1`
 
14685
                BRASERO_LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnotify >= $LIBNOTIFY_REQUIRED" 2>&1`
14698
14686
        else
14699
 
                BRASERO_LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnotify >= $LIBNOTIFY_REQUIRED" 2>&1`
 
14687
                BRASERO_LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnotify >= $LIBNOTIFY_REQUIRED" 2>&1`
14700
14688
        fi
14701
14689
        # Put the nasty error message in config.log where it belongs
14702
14690
        echo "$BRASERO_LIBNOTIFY_PKG_ERRORS" >&5
14711
14699
Alternatively, you may set the environment variables BRASERO_LIBNOTIFY_CFLAGS
14712
14700
and BRASERO_LIBNOTIFY_LIBS to avoid the need to call pkg-config.
14713
14701
See the pkg-config man page for more details." "$LINENO" 5
 
14702
 
14714
14703
elif test $pkg_failed = untried; then
14715
14704
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14716
14705
$as_echo "no" >&6; }
14726
14715
 
14727
14716
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14728
14717
See \`config.log' for more details" "$LINENO" 5; }
 
14718
 
14729
14719
else
14730
14720
        BRASERO_LIBNOTIFY_CFLAGS=$pkg_cv_BRASERO_LIBNOTIFY_CFLAGS
14731
14721
        BRASERO_LIBNOTIFY_LIBS=$pkg_cv_BRASERO_LIBNOTIFY_LIBS
14760
14750
  test $ac_status = 0; }; then
14761
14751
  pkg_cv_BRASERO_CANBERRA_CFLAGS=`$PKG_CONFIG --cflags "libcanberra >= $CANBERRA_REQUIRED
14762
14752
              libcanberra-gtk3 >= $CANBERRA_REQUIRED" 2>/dev/null`
14763
 
                      test "x$?" != "x0" && pkg_failed=yes
14764
14753
else
14765
14754
  pkg_failed=yes
14766
14755
fi
14780
14769
  test $ac_status = 0; }; then
14781
14770
  pkg_cv_BRASERO_CANBERRA_LIBS=`$PKG_CONFIG --libs "libcanberra >= $CANBERRA_REQUIRED
14782
14771
              libcanberra-gtk3 >= $CANBERRA_REQUIRED" 2>/dev/null`
14783
 
                      test "x$?" != "x0" && pkg_failed=yes
14784
14772
else
14785
14773
  pkg_failed=yes
14786
14774
fi
14800
14788
        _pkg_short_errors_supported=no
14801
14789
fi
14802
14790
        if test $_pkg_short_errors_supported = yes; then
14803
 
                BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcanberra >= $CANBERRA_REQUIRED
 
14791
                BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcanberra >= $CANBERRA_REQUIRED
14804
14792
              libcanberra-gtk3 >= $CANBERRA_REQUIRED" 2>&1`
14805
14793
        else
14806
 
                BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcanberra >= $CANBERRA_REQUIRED
 
14794
                BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcanberra >= $CANBERRA_REQUIRED
14807
14795
              libcanberra-gtk3 >= $CANBERRA_REQUIRED" 2>&1`
14808
14796
        fi
14809
14797
        # Put the nasty error message in config.log where it belongs
14820
14808
Alternatively, you may set the environment variables BRASERO_CANBERRA_CFLAGS
14821
14809
and BRASERO_CANBERRA_LIBS to avoid the need to call pkg-config.
14822
14810
See the pkg-config man page for more details." "$LINENO" 5
 
14811
 
14823
14812
elif test $pkg_failed = untried; then
14824
14813
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14825
14814
$as_echo "no" >&6; }
14835
14824
 
14836
14825
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14837
14826
See \`config.log' for more details" "$LINENO" 5; }
 
14827
 
14838
14828
else
14839
14829
        BRASERO_CANBERRA_CFLAGS=$pkg_cv_BRASERO_CANBERRA_CFLAGS
14840
14830
        BRASERO_CANBERRA_LIBS=$pkg_cv_BRASERO_CANBERRA_LIBS
14882
14872
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14883
14873
  test $ac_status = 0; }; then
14884
14874
  pkg_cv_NAUTILUS_EXTENSION_CFLAGS=`$PKG_CONFIG --cflags "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>/dev/null`
14885
 
                      test "x$?" != "x0" && pkg_failed=yes
14886
14875
else
14887
14876
  pkg_failed=yes
14888
14877
fi
14899
14888
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14900
14889
  test $ac_status = 0; }; then
14901
14890
  pkg_cv_NAUTILUS_EXTENSION_LIBS=`$PKG_CONFIG --libs "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>/dev/null`
14902
 
                      test "x$?" != "x0" && pkg_failed=yes
14903
14891
else
14904
14892
  pkg_failed=yes
14905
14893
fi
14919
14907
        _pkg_short_errors_supported=no
14920
14908
fi
14921
14909
        if test $_pkg_short_errors_supported = yes; then
14922
 
                NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>&1`
 
14910
                NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>&1`
14923
14911
        else
14924
 
                NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>&1`
 
14912
                NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>&1`
14925
14913
        fi
14926
14914
        # Put the nasty error message in config.log where it belongs
14927
14915
        echo "$NAUTILUS_EXTENSION_PKG_ERRORS" >&5
15728
15716
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15729
15717
  test $ac_status = 0; }; then
15730
15718
  pkg_cv_LIBBURNIA_CFLAGS=`$PKG_CONFIG --cflags "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>/dev/null`
15731
 
                      test "x$?" != "x0" && pkg_failed=yes
15732
15719
else
15733
15720
  pkg_failed=yes
15734
15721
fi
15745
15732
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15746
15733
  test $ac_status = 0; }; then
15747
15734
  pkg_cv_LIBBURNIA_LIBS=`$PKG_CONFIG --libs "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>/dev/null`
15748
 
                      test "x$?" != "x0" && pkg_failed=yes
15749
15735
else
15750
15736
  pkg_failed=yes
15751
15737
fi
15765
15751
        _pkg_short_errors_supported=no
15766
15752
fi
15767
15753
        if test $_pkg_short_errors_supported = yes; then
15768
 
                LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>&1`
 
15754
                LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>&1`
15769
15755
        else
15770
 
                LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>&1`
 
15756
                LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>&1`
15771
15757
        fi
15772
15758
        # Put the nasty error message in config.log where it belongs
15773
15759
        echo "$LIBBURNIA_PKG_ERRORS" >&5
15982
15968
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15983
15969
  test $ac_status = 0; }; then
15984
15970
  pkg_cv_BRASERO_SEARCH_CFLAGS=`$PKG_CONFIG --cflags "tracker-sparql-$tracker_api >= $TRACKER_REQUIRED" 2>/dev/null`
15985
 
                      test "x$?" != "x0" && pkg_failed=yes
15986
15971
else
15987
15972
  pkg_failed=yes
15988
15973
fi
15999
15984
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16000
15985
  test $ac_status = 0; }; then
16001
15986
  pkg_cv_BRASERO_SEARCH_LIBS=`$PKG_CONFIG --libs "tracker-sparql-$tracker_api >= $TRACKER_REQUIRED" 2>/dev/null`
16002
 
                      test "x$?" != "x0" && pkg_failed=yes
16003
15987
else
16004
15988
  pkg_failed=yes
16005
15989
fi
16019
16003
        _pkg_short_errors_supported=no
16020
16004
fi
16021
16005
        if test $_pkg_short_errors_supported = yes; then
16022
 
                BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "tracker-sparql-$tracker_api >= $TRACKER_REQUIRED" 2>&1`
 
16006
                BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tracker-sparql-$tracker_api >= $TRACKER_REQUIRED" 2>&1`
16023
16007
        else
16024
 
                BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "tracker-sparql-$tracker_api >= $TRACKER_REQUIRED" 2>&1`
 
16008
                BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --print-errors "tracker-sparql-$tracker_api >= $TRACKER_REQUIRED" 2>&1`
16025
16009
        fi
16026
16010
        # Put the nasty error message in config.log where it belongs
16027
16011
        echo "$BRASERO_SEARCH_PKG_ERRORS" >&5
16036
16020
Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
16037
16021
and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
16038
16022
See the pkg-config man page for more details." "$LINENO" 5
 
16023
 
16039
16024
elif test $pkg_failed = untried; then
16040
16025
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16041
16026
$as_echo "no" >&6; }
16051
16036
 
16052
16037
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16053
16038
See \`config.log' for more details" "$LINENO" 5; }
 
16039
 
16054
16040
else
16055
16041
        BRASERO_SEARCH_CFLAGS=$pkg_cv_BRASERO_SEARCH_CFLAGS
16056
16042
        BRASERO_SEARCH_LIBS=$pkg_cv_BRASERO_SEARCH_LIBS
16115
16101
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16116
16102
  test $ac_status = 0; }; then
16117
16103
  pkg_cv_BRASERO_PL_PARSER_CFLAGS=`$PKG_CONFIG --cflags "totem-plparser >= $TOTEM_REQUIRED" 2>/dev/null`
16118
 
                      test "x$?" != "x0" && pkg_failed=yes
16119
16104
else
16120
16105
  pkg_failed=yes
16121
16106
fi
16132
16117
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16133
16118
  test $ac_status = 0; }; then
16134
16119
  pkg_cv_BRASERO_PL_PARSER_LIBS=`$PKG_CONFIG --libs "totem-plparser >= $TOTEM_REQUIRED" 2>/dev/null`
16135
 
                      test "x$?" != "x0" && pkg_failed=yes
16136
16120
else
16137
16121
  pkg_failed=yes
16138
16122
fi
16152
16136
        _pkg_short_errors_supported=no
16153
16137
fi
16154
16138
        if test $_pkg_short_errors_supported = yes; then
16155
 
                BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "totem-plparser >= $TOTEM_REQUIRED" 2>&1`
 
16139
                BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "totem-plparser >= $TOTEM_REQUIRED" 2>&1`
16156
16140
        else
16157
 
                BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "totem-plparser >= $TOTEM_REQUIRED" 2>&1`
 
16141
                BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --print-errors "totem-plparser >= $TOTEM_REQUIRED" 2>&1`
16158
16142
        fi
16159
16143
        # Put the nasty error message in config.log where it belongs
16160
16144
        echo "$BRASERO_PL_PARSER_PKG_ERRORS" >&5
16218
16202
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16219
16203
  test $ac_status = 0; }; then
16220
16204
  pkg_cv_BRASERO_GSTREAMER_BASE_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>/dev/null`
16221
 
                      test "x$?" != "x0" && pkg_failed=yes
16222
16205
else
16223
16206
  pkg_failed=yes
16224
16207
fi
16235
16218
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16236
16219
  test $ac_status = 0; }; then
16237
16220
  pkg_cv_BRASERO_GSTREAMER_BASE_LIBS=`$PKG_CONFIG --libs "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>/dev/null`
16238
 
                      test "x$?" != "x0" && pkg_failed=yes
16239
16221
else
16240
16222
  pkg_failed=yes
16241
16223
fi
16255
16237
        _pkg_short_errors_supported=no
16256
16238
fi
16257
16239
        if test $_pkg_short_errors_supported = yes; then
16258
 
                BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>&1`
 
16240
                BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>&1`
16259
16241
        else
16260
 
                BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>&1`
 
16242
                BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>&1`
16261
16243
        fi
16262
16244
        # Put the nasty error message in config.log where it belongs
16263
16245
        echo "$BRASERO_GSTREAMER_BASE_PKG_ERRORS" >&5
17341
17323
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
17342
17324
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
17343
17325
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
17344
 
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@'
 
17326
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
17345
17327
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
17346
17328
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
17347
17329
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
17667
17649
if test $? -ne 0; then
17668
17650
   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
17669
17651
else
17670
 
   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
 
17652
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
17671
17653
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
17672
17654
$as_echo "$IT_PERL_VERSION" >&6; }
17673
17655
fi
18387
18369
# report actual input values of CONFIG_FILES etc. instead of their
18388
18370
# values after options handling.
18389
18371
ac_log="
18390
 
This file was extended by brasero $as_me 3.3.92, which was
 
18372
This file was extended by brasero $as_me 3.4.0, which was
18391
18373
generated by GNU Autoconf 2.68.  Invocation command line was
18392
18374
 
18393
18375
  CONFIG_FILES    = $CONFIG_FILES
18453
18435
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18454
18436
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18455
18437
ac_cs_version="\\
18456
 
brasero config.status 3.3.92
 
18438
brasero config.status 3.4.0
18457
18439
configured by $0, generated by GNU Autoconf 2.68,
18458
18440
  with options \\"\$ac_cs_config\\"
18459
18441