~ubuntu-branches/ubuntu/oneiric/gnome-desktop3/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-01-13 11:33:39 UTC
  • mfrom: (1.2.3 upstream) (1.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110113113339-656gckpk55m1bugr
Tags: 2.91.6-1ubuntu1
* Rebase on Debian
* debian/control.in:
  - downgrade the gtk requirement, the newest version is not required
* debian/rules:
  - distributor is Ubuntu

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 gnome-desktop 2.91.5.
 
3
# Generated by GNU Autoconf 2.68 for gnome-desktop 2.91.6.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='gnome-desktop'
573
573
PACKAGE_TARNAME='gnome-desktop'
574
 
PACKAGE_VERSION='2.91.5'
575
 
PACKAGE_STRING='gnome-desktop 2.91.5'
 
574
PACKAGE_VERSION='2.91.6'
 
575
PACKAGE_STRING='gnome-desktop 2.91.6'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop'
577
577
PACKAGE_URL=''
578
578
 
688
688
DISABLE_DEPRECATED_CFLAGS
689
689
DISABLE_DEPRECATED
690
690
WARN_CFLAGS
 
691
GNOME_DATE_COMMENT_END
 
692
GNOME_DATE_COMMENT_START
 
693
GNOME_DATE
 
694
GNOME_DISTRIBUTOR
 
695
GNOME_MICRO
 
696
GNOME_MINOR
 
697
GNOME_PLATFORM
691
698
PKG_CONFIG_LIBDIR
692
699
PKG_CONFIG_PATH
693
700
PKG_CONFIG
850
857
with_gnu_ld
851
858
with_sysroot
852
859
enable_libtool_lock
 
860
with_gnome_distributor
 
861
enable_date_in_gnome_version
853
862
enable_debug
854
863
enable_compile_warnings
855
864
enable_iso_c
1432
1441
  # Omit some internal or obsolete options to make the list less imposing.
1433
1442
  # This message is too long to be a string in the A/UX 3.1 sh.
1434
1443
  cat <<_ACEOF
1435
 
\`configure' configures gnome-desktop 2.91.5 to adapt to many kinds of systems.
 
1444
\`configure' configures gnome-desktop 2.91.6 to adapt to many kinds of systems.
1436
1445
 
1437
1446
Usage: $0 [OPTION]... [VAR=VALUE]...
1438
1447
 
1506
1515
 
1507
1516
if test -n "$ac_init_help"; then
1508
1517
  case $ac_init_help in
1509
 
     short | recursive ) echo "Configuration of gnome-desktop 2.91.5:";;
 
1518
     short | recursive ) echo "Configuration of gnome-desktop 2.91.6:";;
1510
1519
   esac
1511
1520
  cat <<\_ACEOF
1512
1521
 
1526
1535
  --enable-fast-install[=PKGS]
1527
1536
                          optimize for fast installation [default=yes]
1528
1537
  --disable-libtool-lock  avoid locking (might break parallel builds)
 
1538
  --disable-date-in-gnome-version
 
1539
                          do not put the build date in gnome-version.xml
1529
1540
  --enable-debug          turn on debugging
1530
1541
  --enable-compile-warnings=[no/minimum/yes/maximum/error]
1531
1542
                          Turn on compiler warnings
1549
1560
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1550
1561
  --with-sysroot=DIR Search for dependent libraries within DIR
1551
1562
                        (or the compiler's sysroot if not specified).
 
1563
 --with-gnome-distributor=DISTRIBUTOR Specify name of GNOME distributor
1552
1564
  --with-pnp-ids-path     Specify the path to pnp.ids [default=(internal)]
1553
1565
  --with-x                use the X Window System
1554
1566
  --with-help-dir=DIR     path to help docs
1645
1657
test -n "$ac_init_help" && exit $ac_status
1646
1658
if $ac_init_version; then
1647
1659
  cat <<\_ACEOF
1648
 
gnome-desktop configure 2.91.5
 
1660
gnome-desktop configure 2.91.6
1649
1661
generated by GNU Autoconf 2.68
1650
1662
 
1651
1663
Copyright (C) 2010 Free Software Foundation, Inc.
2014
2026
This file contains any messages produced by compilers while
2015
2027
running configure, to aid debugging if configure makes a mistake.
2016
2028
 
2017
 
It was created by gnome-desktop $as_me 2.91.5, which was
 
2029
It was created by gnome-desktop $as_me 2.91.6, which was
2018
2030
generated by GNU Autoconf 2.68.  Invocation command line was
2019
2031
 
2020
2032
  $ $0 $@
2831
2843
 
2832
2844
# Define the identity of the package.
2833
2845
 PACKAGE='gnome-desktop'
2834
 
 VERSION='2.91.5'
 
2846
 VERSION='2.91.6'
2835
2847
 
2836
2848
 
2837
2849
cat >>confdefs.h <<_ACEOF
13216
13228
        fi
13217
13229
fi
13218
13230
 
 
13231
GNOME_PLATFORM=2
 
13232
GNOME_MINOR=91
 
13233
GNOME_MICRO=6
 
13234
GNOME_DISTRIBUTOR="GNOME.Org"
 
13235
GNOME_DATE=`date +"%Y-%m-%d"`
 
13236
 
 
13237
 
 
13238
# Check whether --with-gnome_distributor was given.
 
13239
if test "${with_gnome_distributor+set}" = set; then :
 
13240
  withval=$with_gnome_distributor;
 
13241
fi
 
13242
 
 
13243
 
 
13244
if test "x$with_gnome_distributor" != x ; then
 
13245
 GNOME_DISTRIBUTOR=$with_gnome_distributor
 
13246
fi
 
13247
 
 
13248
# Check whether --enable-date-in-gnome-version was given.
 
13249
if test "${enable_date_in_gnome_version+set}" = set; then :
 
13250
  enableval=$enable_date_in_gnome_version;
 
13251
else
 
13252
  enable_date_in_gnome_version=yes
 
13253
fi
 
13254
 
 
13255
if test "$enable_date_in_gnome_version" = "no"; then
 
13256
 GNOME_DATE=
 
13257
 GNOME_DATE_COMMENT_START="<!--"
 
13258
 GNOME_DATE_COMMENT_END="-->"
 
13259
else
 
13260
 GNOME_DATE_COMMENT_START=
 
13261
 GNOME_DATE_COMMENT_END=
 
13262
fi
 
13263
 
 
13264
 
 
13265
 
 
13266
 
 
13267
 
 
13268
 
 
13269
 
 
13270
 
 
13271
 
13219
13272
 
13220
13273
 
13221
13274
 
16060
16113
 
16061
16114
 
16062
16115
 
16063
 
ac_config_files="$ac_config_files Makefile libgnome-desktop/Makefile libgnome-desktop/gnome-desktop-3.0.pc libgnome-desktop/gnome-desktop-3.0-uninstalled.pc docs/Makefile docs/reference/Makefile docs/reference/gnome-desktop3/Makefile po/Makefile.in desktop-docs/Makefile desktop-docs/fdl/Makefile desktop-docs/gpl/Makefile desktop-docs/lgpl/Makefile"
 
16116
ac_config_files="$ac_config_files Makefile libgnome-desktop/Makefile libgnome-desktop/gnome-desktop-3.0.pc libgnome-desktop/gnome-desktop-3.0-uninstalled.pc docs/Makefile docs/reference/Makefile docs/reference/gnome-desktop3/Makefile gnome-version.xml.in po/Makefile.in desktop-docs/Makefile desktop-docs/fdl/Makefile desktop-docs/gpl/Makefile desktop-docs/lgpl/Makefile"
16064
16117
 
16065
16118
 
16066
16119
cat >confcache <<\_ACEOF
16649
16702
# report actual input values of CONFIG_FILES etc. instead of their
16650
16703
# values after options handling.
16651
16704
ac_log="
16652
 
This file was extended by gnome-desktop $as_me 2.91.5, which was
 
16705
This file was extended by gnome-desktop $as_me 2.91.6, which was
16653
16706
generated by GNU Autoconf 2.68.  Invocation command line was
16654
16707
 
16655
16708
  CONFIG_FILES    = $CONFIG_FILES
16715
16768
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16716
16769
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16717
16770
ac_cs_version="\\
16718
 
gnome-desktop config.status 2.91.5
 
16771
gnome-desktop config.status 2.91.6
16719
16772
configured by $0, generated by GNU Autoconf 2.68,
16720
16773
  with options \\"\$ac_cs_config\\"
16721
16774
 
17135
17188
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
17136
17189
    "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
17137
17190
    "docs/reference/gnome-desktop3/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/gnome-desktop3/Makefile" ;;
 
17191
    "gnome-version.xml.in") CONFIG_FILES="$CONFIG_FILES gnome-version.xml.in" ;;
17138
17192
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
17139
17193
    "desktop-docs/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-docs/Makefile" ;;
17140
17194
    "desktop-docs/fdl/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-docs/fdl/Makefile" ;;
18546
18600
        Maintainer mode:              ${USE_MAINTAINER_MODE}
18547
18601
        Use *_DISABLE_DEPRECATED:     ${enable_deprecation_flags}
18548
18602
 
 
18603
        GNOME Distributor:            ${GNOME_DISTRIBUTOR}
18549
18604
        Build desktop-wide docs:      ${enable_desktop_docs}
 
18605
        Date in gnome-version.xml:    ${enable_date_in_gnome_version}
18550
18606
        Use external pnp.ids:         ${EXTERNAL_PNP_IDS}
18551
18607
        Startup notification support: ${have_startup_notification}
18552
18608
        XRandr support:               ${have_randr}