~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-03-29 15:22:50 UTC
  • mto: (3.1.23 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20140329152250-flg9onx416bqf3e3
Tags: upstream-0.93
Import upstream version 0.93

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 Pitivi 0.92.
 
3
# Generated by GNU Autoconf 2.69 for Pitivi 0.93.
4
4
#
5
5
# Report bugs to <https://bugzilla.gnome.org/browse.cgi?product=pitivi>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='Pitivi'
593
593
PACKAGE_TARNAME='pitivi'
594
 
PACKAGE_VERSION='0.92'
595
 
PACKAGE_STRING='Pitivi 0.92'
 
594
PACKAGE_VERSION='0.93'
 
595
PACKAGE_STRING='Pitivi 0.93'
596
596
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/browse.cgi?product=pitivi'
597
597
PACKAGE_URL=''
598
598
 
641
641
XMLLINT
642
642
ITSTOOL
643
643
HELP_DIR
 
644
BUILD_HELP_FALSE
 
645
BUILD_HELP_TRUE
 
646
pycairo_LIBS
 
647
pycairo_CFLAGS
644
648
cairo_LIBS
645
649
cairo_CFLAGS
646
650
PKG_CONFIG
 
651
CONFIGURED_GI_TYPELIB_PATH
647
652
CONFIGURED_GST_PLUGIN_PATH
648
653
CONFIGURED_LD_LIBRARY_PATH
649
654
CONFIGURED_PYTHONPATH
839
844
enable_dependency_tracking
840
845
enable_silent_rules
841
846
enable_nls
 
847
enable_help
842
848
with_help_dir
843
849
'
844
850
      ac_precious_vars='build_alias
854
860
PKG_CONFIG
855
861
cairo_CFLAGS
856
862
cairo_LIBS
 
863
pycairo_CFLAGS
 
864
pycairo_LIBS
857
865
ITSTOOL
858
866
XMLLINT'
859
867
 
1396
1404
  # Omit some internal or obsolete options to make the list less imposing.
1397
1405
  # This message is too long to be a string in the A/UX 3.1 sh.
1398
1406
  cat <<_ACEOF
1399
 
\`configure' configures Pitivi 0.92 to adapt to many kinds of systems.
 
1407
\`configure' configures Pitivi 0.93 to adapt to many kinds of systems.
1400
1408
 
1401
1409
Usage: $0 [OPTION]... [VAR=VALUE]...
1402
1410
 
1466
1474
 
1467
1475
if test -n "$ac_init_help"; then
1468
1476
  case $ac_init_help in
1469
 
     short | recursive ) echo "Configuration of Pitivi 0.92:";;
 
1477
     short | recursive ) echo "Configuration of Pitivi 0.93:";;
1470
1478
   esac
1471
1479
  cat <<\_ACEOF
1472
1480
 
1486
1494
  --enable-silent-rules   less verbose build output (undo: "make V=1")
1487
1495
  --disable-silent-rules  verbose build output (undo: "make V=0")
1488
1496
  --disable-nls           do not use Native Language Support
 
1497
  --disable-help          disable help
1489
1498
 
1490
1499
Optional Packages:
1491
1500
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1511
1520
  cairo_CFLAGS
1512
1521
              C compiler flags for cairo, overriding pkg-config
1513
1522
  cairo_LIBS  linker flags for cairo, overriding pkg-config
 
1523
  pycairo_CFLAGS
 
1524
              C compiler flags for pycairo, overriding pkg-config
 
1525
  pycairo_LIBS
 
1526
              linker flags for pycairo, overriding pkg-config
1514
1527
  ITSTOOL     Path to the `itstool` command
1515
1528
  XMLLINT     Path to the `xmllint` command
1516
1529
 
1580
1593
test -n "$ac_init_help" && exit $ac_status
1581
1594
if $ac_init_version; then
1582
1595
  cat <<\_ACEOF
1583
 
Pitivi configure 0.92
 
1596
Pitivi configure 0.93
1584
1597
generated by GNU Autoconf 2.69
1585
1598
 
1586
1599
Copyright (C) 2012 Free Software Foundation, Inc.
1949
1962
This file contains any messages produced by compilers while
1950
1963
running configure, to aid debugging if configure makes a mistake.
1951
1964
 
1952
 
It was created by Pitivi $as_me 0.92, which was
 
1965
It was created by Pitivi $as_me 0.93, which was
1953
1966
generated by GNU Autoconf 2.69.  Invocation command line was
1954
1967
 
1955
1968
  $ $0 $@
5586
5599
          x86_64-*linux*)
5587
5600
            LD="${LD-ld} -m elf_i386"
5588
5601
            ;;
5589
 
          powerpcle-*linux*)
 
5602
          powerpc64le-*linux*)
5590
5603
            LD="${LD-ld} -m elf32lppclinux"
5591
5604
            ;;
5592
 
          powerpc-*linux*)
 
5605
          powerpc64-*linux*)
5593
5606
            LD="${LD-ld} -m elf32ppclinux"
5594
5607
            ;;
5595
5608
          s390x-*linux*)
11254
11267
 
11255
11268
# Define the identity of the package.
11256
11269
 PACKAGE='pitivi'
11257
 
 VERSION='0.92'
 
11270
 VERSION='0.93'
11258
11271
 
11259
11272
 
11260
11273
cat >>confdefs.h <<_ACEOF
11435
11448
 
11436
11449
 
11437
11450
 
11438
 
  PACKAGE_VERSION_MAJOR=$(echo 0.92 | cut -d'.' -f1)
11439
 
  PACKAGE_VERSION_MINOR=$(echo 0.92 | cut -d'.' -f2)
11440
 
  PACKAGE_VERSION_MICRO=$(echo 0.92 | cut -d'.' -f3)
 
11451
  PACKAGE_VERSION_MAJOR=$(echo 0.93 | cut -d'.' -f1)
 
11452
  PACKAGE_VERSION_MINOR=$(echo 0.93 | cut -d'.' -f2)
 
11453
  PACKAGE_VERSION_MICRO=$(echo 0.93 | cut -d'.' -f3)
11441
11454
 
11442
11455
 
11443
11456
 
11471
11484
 
11472
11485
# Define the identity of the package.
11473
11486
 PACKAGE='pitivi'
11474
 
 VERSION='0.92'
 
11487
 VERSION='0.93'
11475
11488
 
11476
11489
 
11477
11490
cat >>confdefs.h <<_ACEOF
13344
13357
CONFIGURED_GST_PLUGIN_PATH=$GST_PLUGIN_PATH
13345
13358
 
13346
13359
 
 
13360
CONFIGURED_GI_TYPELIB_PATH=$GI_TYPELIB_PATH
 
13361
 
 
13362
 
13347
13363
ac_config_files="$ac_config_files bin/pitivi"
13348
13364
 
13349
13365
 
13554
13570
        :
13555
13571
fi
13556
13572
 
 
13573
pkg_failed=no
 
13574
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pycairo" >&5
 
13575
$as_echo_n "checking for pycairo... " >&6; }
 
13576
 
 
13577
if test -n "$PKG_CONFIG"; then
 
13578
    if test -n "$pycairo_CFLAGS"; then
 
13579
        pkg_cv_pycairo_CFLAGS="$pycairo_CFLAGS"
 
13580
    else
 
13581
        if test -n "$PKG_CONFIG" && \
 
13582
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pycairo\""; } >&5
 
13583
  ($PKG_CONFIG --exists --print-errors "pycairo") 2>&5
 
13584
  ac_status=$?
 
13585
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13586
  test $ac_status = 0; }; then
 
13587
  pkg_cv_pycairo_CFLAGS=`$PKG_CONFIG --cflags "pycairo" 2>/dev/null`
 
13588
else
 
13589
  pkg_failed=yes
 
13590
fi
 
13591
    fi
 
13592
else
 
13593
        pkg_failed=untried
 
13594
fi
 
13595
if test -n "$PKG_CONFIG"; then
 
13596
    if test -n "$pycairo_LIBS"; then
 
13597
        pkg_cv_pycairo_LIBS="$pycairo_LIBS"
 
13598
    else
 
13599
        if test -n "$PKG_CONFIG" && \
 
13600
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pycairo\""; } >&5
 
13601
  ($PKG_CONFIG --exists --print-errors "pycairo") 2>&5
 
13602
  ac_status=$?
 
13603
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13604
  test $ac_status = 0; }; then
 
13605
  pkg_cv_pycairo_LIBS=`$PKG_CONFIG --libs "pycairo" 2>/dev/null`
 
13606
else
 
13607
  pkg_failed=yes
 
13608
fi
 
13609
    fi
 
13610
else
 
13611
        pkg_failed=untried
 
13612
fi
 
13613
 
 
13614
 
 
13615
 
 
13616
if test $pkg_failed = yes; then
 
13617
 
 
13618
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
13619
        _pkg_short_errors_supported=yes
 
13620
else
 
13621
        _pkg_short_errors_supported=no
 
13622
fi
 
13623
        if test $_pkg_short_errors_supported = yes; then
 
13624
                pycairo_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pycairo"`
 
13625
        else
 
13626
                pycairo_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pycairo"`
 
13627
        fi
 
13628
        # Put the nasty error message in config.log where it belongs
 
13629
        echo "$pycairo_PKG_ERRORS" >&5
 
13630
 
 
13631
        as_fn_error $? "Package requirements (pycairo) were not met:
 
13632
 
 
13633
$pycairo_PKG_ERRORS
 
13634
 
 
13635
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
13636
installed software in a non-standard prefix.
 
13637
 
 
13638
Alternatively, you may set the environment variables pycairo_CFLAGS
 
13639
and pycairo_LIBS to avoid the need to call pkg-config.
 
13640
See the pkg-config man page for more details.
 
13641
" "$LINENO" 5
 
13642
elif test $pkg_failed = untried; then
 
13643
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
13644
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
13645
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13646
is in your PATH or set the PKG_CONFIG environment variable to the full
 
13647
path to pkg-config.
 
13648
 
 
13649
Alternatively, you may set the environment variables pycairo_CFLAGS
 
13650
and pycairo_LIBS to avoid the need to call pkg-config.
 
13651
See the pkg-config man page for more details.
 
13652
 
 
13653
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
13654
See \`config.log' for more details" "$LINENO" 5; }
 
13655
else
 
13656
        pycairo_CFLAGS=$pkg_cv_pycairo_CFLAGS
 
13657
        pycairo_LIBS=$pkg_cv_pycairo_LIBS
 
13658
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13659
$as_echo "yes" >&6; }
 
13660
        :
 
13661
fi
 
13662
 
 
13663
# Check whether --enable-help was given.
 
13664
if test "${enable_help+set}" = set; then :
 
13665
  enableval=$enable_help;
 
13666
    case "${enableval}" in
 
13667
      yes) BUILD_HELP=yes ;;
 
13668
      no)  BUILD_HELP=no ;;
 
13669
      *)   as_fn_error $? "bad value ${enableval} for --disable-help" "$LINENO" 5 ;;
 
13670
    esac
 
13671
 
 
13672
else
 
13673
  BUILD_HELP=yes
 
13674
fi
 
13675
  if test "x$BUILD_HELP" = "xyes"; then
 
13676
  BUILD_HELP_TRUE=
 
13677
  BUILD_HELP_FALSE='#'
 
13678
else
 
13679
  BUILD_HELP_TRUE='#'
 
13680
  BUILD_HELP_FALSE=
 
13681
fi
 
13682
 
 
13683
 
 
13684
if test x$BUILD_HELP = xyes; then
13557
13685
 
13558
13686
 
13559
13687
 
13683
13811
.PHONY: pot
13684
13812
pot: $(_HELP_POTFILE)
13685
13813
$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
13686
 
        $(AM_V_GEN)$(ITSTOOL) -o "$@" $(_HELP_C_FILES)
 
13814
        $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \
 
13815
        $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)")
13687
13816
 
13688
13817
.PHONY: repo
13689
13818
repo: $(_HELP_POTFILE)
13823
13952
 
13824
13953
 
13825
13954
 
 
13955
fi
13826
13956
 
13827
 
ac_config_files="$ac_config_files Makefile bin/Makefile common/Makefile common/m4/Makefile help/Makefile pitivi/Makefile pitivi/configure.py pitivi/dialogs/Makefile pitivi/undo/Makefile pitivi/utils/Makefile pitivi/timeline/Makefile pitivi/coptimizations/Makefile po/Makefile.in tests/Makefile data/Makefile data/pitivi.desktop.in data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/256x256/Makefile data/icons/scalable/Makefile data/pixmaps/Makefile data/ui/Makefile data/renderpresets/Makefile data/audiopresets/Makefile data/videopresets/Makefile"
 
13957
ac_config_files="$ac_config_files Makefile bin/Makefile common/Makefile common/m4/Makefile help/Makefile pitivi/Makefile pitivi/configure.py pitivi/dialogs/Makefile pitivi/undo/Makefile pitivi/utils/Makefile pitivi/timeline/Makefile pitivi/coptimizations/Makefile po/Makefile.in tests/Makefile data/Makefile data/pitivi.desktop.in data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/256x256/Makefile data/icons/512x512/Makefile data/pixmaps/Makefile data/ui/Makefile data/renderpresets/Makefile data/audiopresets/Makefile data/videopresets/Makefile"
13828
13958
 
13829
13959
cat >confcache <<\_ACEOF
13830
13960
# This file is a shell script that caches the results of configure
14011
14141
  ac_config_commands="$ac_config_commands po/stamp-it"
14012
14142
 
14013
14143
 
 
14144
if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then
 
14145
  as_fn_error $? "conditional \"BUILD_HELP\" was never defined.
 
14146
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
14147
fi
14014
14148
 
14015
14149
: "${CONFIG_STATUS=./config.status}"
14016
14150
ac_write_fail=0
14408
14542
# report actual input values of CONFIG_FILES etc. instead of their
14409
14543
# values after options handling.
14410
14544
ac_log="
14411
 
This file was extended by Pitivi $as_me 0.92, which was
 
14545
This file was extended by Pitivi $as_me 0.93, which was
14412
14546
generated by GNU Autoconf 2.69.  Invocation command line was
14413
14547
 
14414
14548
  CONFIG_FILES    = $CONFIG_FILES
14465
14599
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14466
14600
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14467
14601
ac_cs_version="\\
14468
 
Pitivi config.status 0.92
 
14602
Pitivi config.status 0.93
14469
14603
configured by $0, generated by GNU Autoconf 2.69,
14470
14604
  with options \\"\$ac_cs_config\\"
14471
14605
 
14888
15022
    "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
14889
15023
    "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
14890
15024
    "data/icons/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/256x256/Makefile" ;;
14891
 
    "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
 
15025
    "data/icons/512x512/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/512x512/Makefile" ;;
14892
15026
    "data/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES data/pixmaps/Makefile" ;;
14893
15027
    "data/ui/Makefile") CONFIG_FILES="$CONFIG_FILES data/ui/Makefile" ;;
14894
15028
    "data/renderpresets/Makefile") CONFIG_FILES="$CONFIG_FILES data/renderpresets/Makefile" ;;