~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to configure

  • Committer: Matthew Fischer
  • Date: 2013-05-26 19:48:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: matthew.fischer@canonical.com-20130526194827-9bx3owseaxxa3o2i
* New upstream release (LP: #1184409)
  - Documentation fixes
  - Translation updates
  - Add a question mark to a question
  - Support notification filtering
  - Remove nonexisting options from the man page
  - Fix while loop in `brasero_libisofs_write_image_to_fd_thread
* Refreshed patches
* 99_fix-mp3-projects.patch: Removed, already applied 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 brasero 3.6.1.
 
3
# Generated by GNU Autoconf 2.69 for brasero 3.8.0.
4
4
#
5
5
#
6
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
587
587
# Identity of this package.
588
588
PACKAGE_NAME='brasero'
589
589
PACKAGE_TARNAME='brasero'
590
 
PACKAGE_VERSION='3.6.1'
591
 
PACKAGE_STRING='brasero 3.6.1'
 
590
PACKAGE_VERSION='3.8.0'
 
591
PACKAGE_STRING='brasero 3.8.0'
592
592
PACKAGE_BUGREPORT=''
593
593
PACKAGE_URL=''
594
594
 
1540
1540
  # Omit some internal or obsolete options to make the list less imposing.
1541
1541
  # This message is too long to be a string in the A/UX 3.1 sh.
1542
1542
  cat <<_ACEOF
1543
 
\`configure' configures brasero 3.6.1 to adapt to many kinds of systems.
 
1543
\`configure' configures brasero 3.8.0 to adapt to many kinds of systems.
1544
1544
 
1545
1545
Usage: $0 [OPTION]... [VAR=VALUE]...
1546
1546
 
1610
1610
 
1611
1611
if test -n "$ac_init_help"; then
1612
1612
  case $ac_init_help in
1613
 
     short | recursive ) echo "Configuration of brasero 3.6.1:";;
 
1613
     short | recursive ) echo "Configuration of brasero 3.8.0:";;
1614
1614
   esac
1615
1615
  cat <<\_ACEOF
1616
1616
 
1830
1830
test -n "$ac_init_help" && exit $ac_status
1831
1831
if $ac_init_version; then
1832
1832
  cat <<\_ACEOF
1833
 
brasero configure 3.6.1
 
1833
brasero configure 3.8.0
1834
1834
generated by GNU Autoconf 2.69
1835
1835
 
1836
1836
Copyright (C) 2012 Free Software Foundation, Inc.
2249
2249
This file contains any messages produced by compilers while
2250
2250
running configure, to aid debugging if configure makes a mistake.
2251
2251
 
2252
 
It was created by brasero $as_me 3.6.1, which was
 
2252
It was created by brasero $as_me 3.8.0, which was
2253
2253
generated by GNU Autoconf 2.69.  Invocation command line was
2254
2254
 
2255
2255
  $ $0 $@
2643
2643
 
2644
2644
 
2645
2645
 
2646
 
am__api_version='1.12'
 
2646
am__api_version='1.13'
2647
2647
 
2648
2648
ac_aux_dir=
2649
2649
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2856
2856
  esac
2857
2857
fi
2858
2858
# Use eval to expand $SHELL
2859
 
if eval "$MISSING --run true"; then
2860
 
  am_missing_run="$MISSING --run "
 
2859
if eval "$MISSING --is-lightweight"; then
 
2860
  am_missing_run="$MISSING "
2861
2861
else
2862
2862
  am_missing_run=
2863
2863
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3097
3097
fi
3098
3098
rmdir .tst 2>/dev/null
3099
3099
 
 
3100
# Check whether --enable-silent-rules was given.
 
3101
if test "${enable_silent_rules+set}" = set; then :
 
3102
  enableval=$enable_silent_rules;
 
3103
fi
 
3104
 
 
3105
case $enable_silent_rules in # (((
 
3106
  yes) AM_DEFAULT_VERBOSITY=0;;
 
3107
   no) AM_DEFAULT_VERBOSITY=1;;
 
3108
    *) AM_DEFAULT_VERBOSITY=1;;
 
3109
esac
 
3110
am_make=${MAKE-make}
 
3111
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
3112
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
3113
if ${am_cv_make_support_nested_variables+:} false; then :
 
3114
  $as_echo_n "(cached) " >&6
 
3115
else
 
3116
  if $as_echo 'TRUE=$(BAR$(V))
 
3117
BAR0=false
 
3118
BAR1=true
 
3119
V=1
 
3120
am__doit:
 
3121
        @$(TRUE)
 
3122
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
3123
  am_cv_make_support_nested_variables=yes
 
3124
else
 
3125
  am_cv_make_support_nested_variables=no
 
3126
fi
 
3127
fi
 
3128
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
3129
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
3130
if test $am_cv_make_support_nested_variables = yes; then
 
3131
    AM_V='$(V)'
 
3132
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
3133
else
 
3134
  AM_V=$AM_DEFAULT_VERBOSITY
 
3135
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
3136
fi
 
3137
AM_BACKSLASH='\'
 
3138
 
3100
3139
if test "`cd $srcdir && pwd`" != "`pwd`"; then
3101
3140
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3102
3141
  # is not polluted with repeated "-I."
3119
3158
 
3120
3159
# Define the identity of the package.
3121
3160
 PACKAGE='brasero'
3122
 
 VERSION='3.6.1'
 
3161
 VERSION='3.8.0'
3123
3162
 
3124
3163
 
3125
3164
cat >>confdefs.h <<_ACEOF
12519
12558
        # Put the nasty error message in config.log where it belongs
12520
12559
        echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
12521
12560
 
12522
 
        as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0) were not met:
12523
 
 
12524
 
$GTKDOC_DEPS_PKG_ERRORS
12525
 
 
12526
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
12527
 
installed software in a non-standard prefix.
12528
 
 
12529
 
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
12530
 
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
12531
 
See the pkg-config man page for more details." "$LINENO" 5
 
12561
        :
12532
12562
elif test $pkg_failed = untried; then
12533
12563
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12534
12564
$as_echo "no" >&6; }
12535
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12536
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12537
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
12538
 
is in your PATH or set the PKG_CONFIG environment variable to the full
12539
 
path to pkg-config.
12540
 
 
12541
 
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
12542
 
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
12543
 
See the pkg-config man page for more details.
12544
 
 
12545
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12546
 
See \`config.log' for more details" "$LINENO" 5; }
 
12565
        :
12547
12566
else
12548
12567
        GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
12549
12568
        GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
12578
12597
    enable_gtk_doc_pdf=no
12579
12598
  fi
12580
12599
 
 
12600
  if test -z "$AM_DEFAULT_VERBOSITY"; then
 
12601
    AM_DEFAULT_VERBOSITY=1
 
12602
  fi
 
12603
 
12581
12604
 
12582
12605
   if test x$enable_gtk_doc = xyes; then
12583
12606
  ENABLE_GTK_DOC_TRUE=
12632
12655
fi
12633
12656
 
12634
12657
 
12635
 
    warnCFLAGS=
12636
12658
    if test "x$GCC" != xyes; then
12637
12659
        enable_compile_warnings=no
12638
12660
    fi
12640
12662
    warning_flags=
12641
12663
    realsave_CFLAGS="$CFLAGS"
12642
12664
 
 
12665
            base_warn_flags=" \
 
12666
        -Wall \
 
12667
        -Wstrict-prototypes \
 
12668
        -Wnested-externs \
 
12669
    "
 
12670
 
 
12671
                    base_error_flags=" \
 
12672
        -Werror=missing-prototypes \
 
12673
        -Werror=implicit-function-declaration \
 
12674
        -Werror=pointer-arith \
 
12675
        -Werror=init-self \
 
12676
        -Werror=format-security \
 
12677
        -Werror=format=2 \
 
12678
        -Werror=missing-include-dirs \
 
12679
    "
 
12680
 
12643
12681
    case "$enable_compile_warnings" in
12644
12682
    no)
12645
 
        warning_flags=
12646
 
        ;;
 
12683
        warning_flags=
 
12684
        ;;
12647
12685
    minimum)
12648
 
        warning_flags="-Wall"
12649
 
        ;;
 
12686
        warning_flags="-Wall"
 
12687
        ;;
12650
12688
    yes)
12651
 
        warning_flags="-Wall -Wmissing-prototypes"
12652
 
        ;;
 
12689
        warning_flags="$base_warn_flags $base_error_flags"
 
12690
        ;;
12653
12691
    maximum|error)
12654
 
        warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
12655
 
        CFLAGS="$warning_flags $CFLAGS"
12656
 
        for option in -Wno-sign-compare; do
12657
 
                SAVE_CFLAGS="$CFLAGS"
12658
 
                CFLAGS="$CFLAGS $option"
12659
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5
 
12692
        warning_flags="$base_warn_flags $base_error_flags"
 
12693
        ;;
 
12694
    *)
 
12695
        as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
 
12696
        ;;
 
12697
    esac
 
12698
 
 
12699
    if test "$enable_compile_warnings" = "error" ; then
 
12700
        warning_flags="$warning_flags -Werror"
 
12701
    fi
 
12702
 
 
12703
        for option in $warning_flags; do
 
12704
        save_CFLAGS="$CFLAGS"
 
12705
        CFLAGS="$CFLAGS $option"
 
12706
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5
12660
12707
$as_echo_n "checking whether gcc understands $option... " >&6; }
12661
 
                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
12708
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12662
12709
/* end confdefs.h.  */
12663
12710
 
12664
12711
int
12675
12722
  has_option=no
12676
12723
fi
12677
12724
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12678
 
                CFLAGS="$SAVE_CFLAGS"
12679
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
 
12725
        CFLAGS="$save_CFLAGS"
 
12726
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
12680
12727
$as_echo "$has_option" >&6; }
12681
 
                if test $has_option = yes; then
12682
 
                  warning_flags="$warning_flags $option"
12683
 
                fi
12684
 
                unset has_option
12685
 
                unset SAVE_CFLAGS
12686
 
        done
12687
 
        unset option
12688
 
        if test "$enable_compile_warnings" = "error" ; then
12689
 
            warning_flags="$warning_flags -Werror"
 
12728
        if test $has_option = yes; then
 
12729
            tested_warning_flags="$tested_warning_flags $option"
12690
12730
        fi
12691
 
        ;;
12692
 
    *)
12693
 
        as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
12694
 
        ;;
12695
 
    esac
 
12731
        unset has_option
 
12732
        unset save_CFLAGS
 
12733
    done
 
12734
    unset option
12696
12735
    CFLAGS="$realsave_CFLAGS"
12697
12736
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5
12698
12737
$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
12699
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $warning_flags" >&5
12700
 
$as_echo "$warning_flags" >&6; }
 
12738
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tested_warning_flags" >&5
 
12739
$as_echo "$tested_warning_flags" >&6; }
12701
12740
 
12702
12741
    # Check whether --enable-iso-c was given.
12703
12742
if test "${enable_iso_c+set}" = set; then :
12725
12764
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $complCFLAGS" >&5
12726
12765
$as_echo "$complCFLAGS" >&6; }
12727
12766
 
12728
 
    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
12767
    WARN_CFLAGS="$tested_warning_flags $complCFLAGS"
12729
12768
 
12730
12769
 
12731
12770
 
18843
18882
# report actual input values of CONFIG_FILES etc. instead of their
18844
18883
# values after options handling.
18845
18884
ac_log="
18846
 
This file was extended by brasero $as_me 3.6.1, which was
 
18885
This file was extended by brasero $as_me 3.8.0, which was
18847
18886
generated by GNU Autoconf 2.69.  Invocation command line was
18848
18887
 
18849
18888
  CONFIG_FILES    = $CONFIG_FILES
18909
18948
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18910
18949
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18911
18950
ac_cs_version="\\
18912
 
brasero config.status 3.6.1
 
18951
brasero config.status 3.8.0
18913
18952
configured by $0, generated by GNU Autoconf 2.69,
18914
18953
  with options \\"\$ac_cs_config\\"
18915
18954
 
19955
19994
 
19956
19995
  case $ac_file$ac_mode in
19957
19996
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
19958
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
19997
  # Older Autoconf quotes --file arguments for eval, but not when files
19959
19998
  # are listed without --file.  Let's play safe and only enable the eval
19960
19999
  # if we detect the quoting.
19961
20000
  case $CONFIG_FILES in