~ubuntu-branches/ubuntu/precise/gvfs/precise-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-11-17 07:43:33 UTC
  • mfrom: (1.1.77) (33.1.18 experimental)
  • Revision ID: package-import@ubuntu.com-20111117074333-ua4kq03btq4shvb1
Tags: 1.10.1-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - debian/control.in: Drop libbluray-dev build dependency (in universe).

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 gvfs 1.10.0.
 
3
# Generated by GNU Autoconf 2.68 for gvfs 1.10.1.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='gvfs'
573
573
PACKAGE_TARNAME='gvfs'
574
 
PACKAGE_VERSION='1.10.0'
575
 
PACKAGE_STRING='gvfs 1.10.0'
 
574
PACKAGE_VERSION='1.10.1'
 
575
PACKAGE_STRING='gvfs 1.10.1'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs'
577
577
PACKAGE_URL=''
578
578
 
749
749
GTK_DOC_BUILD_HTML_TRUE
750
750
ENABLE_GTK_DOC_FALSE
751
751
ENABLE_GTK_DOC_TRUE
 
752
GTKDOC_DEPS_LIBS
 
753
GTKDOC_DEPS_CFLAGS
752
754
HTML_DIR
753
755
GTKDOC_MKPDF
754
756
GTKDOC_REBASE
927
929
PKG_CONFIG
928
930
PKG_CONFIG_PATH
929
931
PKG_CONFIG_LIBDIR
 
932
GTKDOC_DEPS_CFLAGS
 
933
GTKDOC_DEPS_LIBS
930
934
GLIB_CFLAGS
931
935
GLIB_LIBS
932
936
DBUS_CFLAGS
1501
1505
  # Omit some internal or obsolete options to make the list less imposing.
1502
1506
  # This message is too long to be a string in the A/UX 3.1 sh.
1503
1507
  cat <<_ACEOF
1504
 
\`configure' configures gvfs 1.10.0 to adapt to many kinds of systems.
 
1508
\`configure' configures gvfs 1.10.1 to adapt to many kinds of systems.
1505
1509
 
1506
1510
Usage: $0 [OPTION]... [VAR=VALUE]...
1507
1511
 
1571
1575
 
1572
1576
if test -n "$ac_init_help"; then
1573
1577
  case $ac_init_help in
1574
 
     short | recursive ) echo "Configuration of gvfs 1.10.0:";;
 
1578
     short | recursive ) echo "Configuration of gvfs 1.10.1:";;
1575
1579
   esac
1576
1580
  cat <<\_ACEOF
1577
1581
 
1653
1657
              directories to add to pkg-config's search path
1654
1658
  PKG_CONFIG_LIBDIR
1655
1659
              path overriding pkg-config's built-in search path
 
1660
  GTKDOC_DEPS_CFLAGS
 
1661
              C compiler flags for GTKDOC_DEPS, overriding pkg-config
 
1662
  GTKDOC_DEPS_LIBS
 
1663
              linker flags for GTKDOC_DEPS, overriding pkg-config
1656
1664
  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1657
1665
  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
1658
1666
  DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
1762
1770
test -n "$ac_init_help" && exit $ac_status
1763
1771
if $ac_init_version; then
1764
1772
  cat <<\_ACEOF
1765
 
gvfs configure 1.10.0
 
1773
gvfs configure 1.10.1
1766
1774
generated by GNU Autoconf 2.68
1767
1775
 
1768
1776
Copyright (C) 2010 Free Software Foundation, Inc.
2242
2250
This file contains any messages produced by compilers while
2243
2251
running configure, to aid debugging if configure makes a mistake.
2244
2252
 
2245
 
It was created by gvfs $as_me 1.10.0, which was
 
2253
It was created by gvfs $as_me 1.10.1, which was
2246
2254
generated by GNU Autoconf 2.68.  Invocation command line was
2247
2255
 
2248
2256
  $ $0 $@
3057
3065
 
3058
3066
# Define the identity of the package.
3059
3067
 PACKAGE='gvfs'
3060
 
 VERSION='1.10.0'
 
3068
 VERSION='1.10.1'
3061
3069
 
3062
3070
 
3063
3071
cat >>confdefs.h <<_ACEOF
13251
13259
 
13252
13260
 
13253
13261
 
 
13262
 
13254
13263
    # Extract the first word of "gtkdoc-check", so it can be a program name with args.
13255
13264
set dummy gtkdoc-check; ac_word=$2
13256
13265
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13408
13417
else
13409
13418
  as_fn_error $? "gtk-doc not installed and --enable-gtk-doc requested" "$LINENO" 5
13410
13419
fi
 
13420
        if test "x$PACKAGE_NAME" != "xglib"; then
 
13421
 
 
13422
pkg_failed=no
 
13423
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
 
13424
$as_echo_n "checking for GTKDOC_DEPS... " >&6; }
 
13425
 
 
13426
if test -n "$GTKDOC_DEPS_CFLAGS"; then
 
13427
    pkg_cv_GTKDOC_DEPS_CFLAGS="$GTKDOC_DEPS_CFLAGS"
 
13428
 elif test -n "$PKG_CONFIG"; then
 
13429
    if test -n "$PKG_CONFIG" && \
 
13430
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0\""; } >&5
 
13431
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0") 2>&5
 
13432
  ac_status=$?
 
13433
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13434
  test $ac_status = 0; }; then
 
13435
  pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
 
13436
else
 
13437
  pkg_failed=yes
 
13438
fi
 
13439
 else
 
13440
    pkg_failed=untried
 
13441
fi
 
13442
if test -n "$GTKDOC_DEPS_LIBS"; then
 
13443
    pkg_cv_GTKDOC_DEPS_LIBS="$GTKDOC_DEPS_LIBS"
 
13444
 elif test -n "$PKG_CONFIG"; then
 
13445
    if test -n "$PKG_CONFIG" && \
 
13446
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0\""; } >&5
 
13447
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0") 2>&5
 
13448
  ac_status=$?
 
13449
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13450
  test $ac_status = 0; }; then
 
13451
  pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
 
13452
else
 
13453
  pkg_failed=yes
 
13454
fi
 
13455
 else
 
13456
    pkg_failed=untried
 
13457
fi
 
13458
 
 
13459
 
 
13460
 
 
13461
if test $pkg_failed = yes; then
 
13462
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13463
$as_echo "no" >&6; }
 
13464
 
 
13465
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
13466
        _pkg_short_errors_supported=yes
 
13467
else
 
13468
        _pkg_short_errors_supported=no
 
13469
fi
 
13470
        if test $_pkg_short_errors_supported = yes; then
 
13471
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
 
13472
        else
 
13473
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
 
13474
        fi
 
13475
        # Put the nasty error message in config.log where it belongs
 
13476
        echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
 
13477
 
 
13478
        as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0) were not met:
 
13479
 
 
13480
$GTKDOC_DEPS_PKG_ERRORS
 
13481
 
 
13482
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
13483
installed software in a non-standard prefix.
 
13484
 
 
13485
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
 
13486
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
 
13487
See the pkg-config man page for more details." "$LINENO" 5
 
13488
 
 
13489
elif test $pkg_failed = untried; then
 
13490
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13491
$as_echo "no" >&6; }
 
13492
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
13493
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
13494
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13495
is in your PATH or set the PKG_CONFIG environment variable to the full
 
13496
path to pkg-config.
 
13497
 
 
13498
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
 
13499
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
 
13500
See the pkg-config man page for more details.
 
13501
 
 
13502
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
13503
See \`config.log' for more details" "$LINENO" 5; }
 
13504
 
 
13505
else
 
13506
        GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
 
13507
        GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
 
13508
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13509
$as_echo "yes" >&6; }
 
13510
 
 
13511
fi
 
13512
    fi
13411
13513
  fi
13412
13514
 
13413
13515
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
18613
18715
# report actual input values of CONFIG_FILES etc. instead of their
18614
18716
# values after options handling.
18615
18717
ac_log="
18616
 
This file was extended by gvfs $as_me 1.10.0, which was
 
18718
This file was extended by gvfs $as_me 1.10.1, which was
18617
18719
generated by GNU Autoconf 2.68.  Invocation command line was
18618
18720
 
18619
18721
  CONFIG_FILES    = $CONFIG_FILES
18679
18781
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18680
18782
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18681
18783
ac_cs_version="\\
18682
 
gvfs config.status 1.10.0
 
18784
gvfs config.status 1.10.1
18683
18785
configured by $0, generated by GNU Autoconf 2.68,
18684
18786
  with options \\"\$ac_cs_config\\"
18685
18787