~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-05 22:32:37 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20120305223237-iomimlei8d1813n4
Tags: upstream-3.3.91
ImportĀ upstreamĀ versionĀ 3.3.91

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.2.0.
 
3
# Generated by GNU Autoconf 2.68 for brasero 3.3.91.
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.2.0'
571
 
PACKAGE_STRING='brasero 3.2.0'
 
570
PACKAGE_VERSION='3.3.91'
 
571
PACKAGE_STRING='brasero 3.3.91'
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.2.0 to adapt to many kinds of systems.
 
1520
\`configure' configures brasero 3.3.91 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.2.0:";;
 
1590
     short | recursive ) echo "Configuration of brasero 3.3.91:";;
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.2.0
 
1809
brasero configure 3.3.91
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.2.0, which was
 
2228
It was created by brasero $as_me 3.3.91, 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=2
2580
 
BRASERO_SUB=0
 
2579
BRASERO_MINOR_VERSION=3
 
2580
BRASERO_SUB=91
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=0
 
2590
LT_REVISION=1
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.2.0'
 
3089
 VERSION='3.3.91'
3090
3090
 
3091
3091
 
3092
3092
cat >>confdefs.h <<_ACEOF
10456
10456
    *) objformat=elf ;;
10457
10457
    esac
10458
10458
  fi
10459
 
  version_type=freebsd-$objformat
 
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
 
10460
10467
  case $version_type in
10461
10468
    freebsd-elf*)
10462
10469
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10467
10474
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10468
10475
      need_version=yes
10469
10476
      ;;
 
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
      ;;
10470
10483
  esac
10471
10484
  shlibpath_var=LD_LIBRARY_PATH
10472
10485
  case $host_os in
11906
11919
 
11907
11920
 
11908
11921
 
 
11922
if test -z "$AM_DEFAULT_VERBOSITY"; then
 
11923
  AM_DEFAULT_VERBOSITY=1
 
11924
fi
 
11925
 
 
11926
 
11909
11927
gdu_cv_version_required=0.3.2
11910
11928
 
11911
11929
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
12492
12510
 
12493
12511
        DISABLE_DEPRECATED=""
12494
12512
        if test $USE_MAINTAINER_MODE = yes; then
12495
 
                DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
 
12513
                DOMAINS="ATK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
12496
12514
                for DOMAIN in $DOMAINS; do
12497
12515
                       DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
12498
12516
                done
15527
15545
fi
15528
15546
 
15529
15547
            ;;
 
15548
            *-*-openbsd*)
 
15549
            CATOBJEXT=.mo
 
15550
            DATADIRNAME=share
 
15551
            ;;
15530
15552
            *)
15531
15553
            CATOBJEXT=.mo
15532
15554
            DATADIRNAME=lib
15901
15923
 
15902
15924
if test x"$enable_search" = "xauto"; then
15903
15925
        if test -n "$PKG_CONFIG" && \
 
15926
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-sparql-0.14 >= \$TRACKER_REQUIRED\""; } >&5
 
15927
  ($PKG_CONFIG --exists --print-errors "tracker-sparql-0.14 >= $TRACKER_REQUIRED") 2>&5
 
15928
  ac_status=$?
 
15929
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
15930
  test $ac_status = 0; }; then
 
15931
  enable_search=yes
 
15932
else
 
15933
  if test -n "$PKG_CONFIG" && \
15904
15934
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-sparql-0.12 >= \$TRACKER_REQUIRED\""; } >&5
15905
15935
  ($PKG_CONFIG --exists --print-errors "tracker-sparql-0.12 >= $TRACKER_REQUIRED") 2>&5
15906
15936
  ac_status=$?
15918
15948
else
15919
15949
  enable_search=no
15920
15950
fi
15921
 
fi;
 
15951
fi
 
15952
fi
15922
15953
fi
15923
15954
 
15924
15955
if test x"$enable_search" = "xyes"; then
15925
15956
        if test -n "$PKG_CONFIG" && \
 
15957
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-sparql-0.14 >= \$TRACKER_REQUIRED\""; } >&5
 
15958
  ($PKG_CONFIG --exists --print-errors "tracker-sparql-0.14 >= $TRACKER_REQUIRED") 2>&5
 
15959
  ac_status=$?
 
15960
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
15961
  test $ac_status = 0; }; then
 
15962
  tracker_api=0.14
 
15963
else
 
15964
  if test -n "$PKG_CONFIG" && \
15926
15965
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-sparql-0.12 >= \$TRACKER_REQUIRED\""; } >&5
15927
15966
  ($PKG_CONFIG --exists --print-errors "tracker-sparql-0.12 >= $TRACKER_REQUIRED") 2>&5
15928
15967
  ac_status=$?
15932
15971
else
15933
15972
  tracker_api=0.10
15934
15973
fi
 
15974
fi
15935
15975
 
15936
15976
pkg_failed=no
15937
15977
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_SEARCH" >&5
17009
17049
fi
17010
17050
 
17011
17051
            ;;
 
17052
            *-*-openbsd*)
 
17053
            CATOBJEXT=.mo
 
17054
            DATADIRNAME=share
 
17055
            ;;
17012
17056
            *)
17013
17057
            CATOBJEXT=.mo
17014
17058
            DATADIRNAME=lib
17302
17346
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 $< $@'
17303
17347
       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 $< $@'
17304
17348
      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 $< $@'
17305
 
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
 
17349
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@'
17306
17350
      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 $< $@'
17307
17351
      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 $< $@'
17308
17352
    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 $< $@'
17628
17672
if test $? -ne 0; then
17629
17673
   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
17630
17674
else
17631
 
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
 
17675
   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
17632
17676
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
17633
17677
$as_echo "$IT_PERL_VERSION" >&6; }
17634
17678
fi
18348
18392
# report actual input values of CONFIG_FILES etc. instead of their
18349
18393
# values after options handling.
18350
18394
ac_log="
18351
 
This file was extended by brasero $as_me 3.2.0, which was
 
18395
This file was extended by brasero $as_me 3.3.91, which was
18352
18396
generated by GNU Autoconf 2.68.  Invocation command line was
18353
18397
 
18354
18398
  CONFIG_FILES    = $CONFIG_FILES
18414
18458
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18415
18459
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18416
18460
ac_cs_version="\\
18417
 
brasero config.status 3.2.0
 
18461
brasero config.status 3.3.91
18418
18462
configured by $0, generated by GNU Autoconf 2.68,
18419
18463
  with options \\"\$ac_cs_config\\"
18420
18464