~ubuntu-branches/ubuntu/raring/gnome-session/raring

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-06-11 12:11:00 UTC
  • mfrom: (1.1.77)
  • Revision ID: package-import@ubuntu.com-20120611121100-4v8ck97j20kykbbp
Tags: 3.5.2-0ubuntu1
* debian/watch: Track unstable versions 
* New upstream release (LP: #1011555).
  + Fail softer in the face of spotty session bus
  + Consider that required component that exits with 1 has crashed
* Refresh patches to apply cleanly 

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-session 3.4.2.1.
 
3
# Generated by GNU Autoconf 2.68 for gnome-session 3.5.2.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='gnome-session'
573
573
PACKAGE_TARNAME='gnome-session'
574
 
PACKAGE_VERSION='3.4.2.1'
575
 
PACKAGE_STRING='gnome-session 3.4.2.1'
 
574
PACKAGE_VERSION='3.5.2'
 
575
PACKAGE_STRING='gnome-session 3.5.2'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session'
577
577
PACKAGE_URL=''
578
578
 
756
756
am__fastdepCC_FALSE
757
757
am__fastdepCC_TRUE
758
758
CCDEPMODE
 
759
am__nodep
759
760
AMDEPBACKSLASH
760
761
AMDEP_FALSE
761
762
AMDEP_TRUE
771
772
CC
772
773
AM_BACKSLASH
773
774
AM_DEFAULT_VERBOSITY
 
775
AM_DEFAULT_V
 
776
AM_V
774
777
am__untar
775
778
am__tar
776
779
AMTAR
1438
1441
  # Omit some internal or obsolete options to make the list less imposing.
1439
1442
  # This message is too long to be a string in the A/UX 3.1 sh.
1440
1443
  cat <<_ACEOF
1441
 
\`configure' configures gnome-session 3.4.2.1 to adapt to many kinds of systems.
 
1444
\`configure' configures gnome-session 3.5.2 to adapt to many kinds of systems.
1442
1445
 
1443
1446
Usage: $0 [OPTION]... [VAR=VALUE]...
1444
1447
 
1512
1515
 
1513
1516
if test -n "$ac_init_help"; then
1514
1517
  case $ac_init_help in
1515
 
     short | recursive ) echo "Configuration of gnome-session 3.4.2.1:";;
 
1518
     short | recursive ) echo "Configuration of gnome-session 3.5.2:";;
1516
1519
   esac
1517
1520
  cat <<\_ACEOF
1518
1521
 
1546
1549
Optional Packages:
1547
1550
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1548
1551
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1549
 
  --with-pic              try to use only PIC/non-PIC objects [default=use
 
1552
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1550
1553
                          both]
1551
1554
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1552
1555
  --with-sysroot=DIR Search for dependent libraries within DIR
1679
1682
test -n "$ac_init_help" && exit $ac_status
1680
1683
if $ac_init_version; then
1681
1684
  cat <<\_ACEOF
1682
 
gnome-session configure 3.4.2.1
 
1685
gnome-session configure 3.5.2
1683
1686
generated by GNU Autoconf 2.68
1684
1687
 
1685
1688
Copyright (C) 2010 Free Software Foundation, Inc.
2048
2051
This file contains any messages produced by compilers while
2049
2052
running configure, to aid debugging if configure makes a mistake.
2050
2053
 
2051
 
It was created by gnome-session $as_me 3.4.2.1, which was
 
2054
It was created by gnome-session $as_me 3.5.2, which was
2052
2055
generated by GNU Autoconf 2.68.  Invocation command line was
2053
2056
 
2054
2057
  $ $0 $@
2869
2872
 
2870
2873
# Define the identity of the package.
2871
2874
 PACKAGE='gnome-session'
2872
 
 VERSION='3.4.2.1'
 
2875
 VERSION='3.5.2'
2873
2876
 
2874
2877
 
2875
2878
cat >>confdefs.h <<_ACEOF
2899
2902
 
2900
2903
# We need awk for the "check" target.  The system "awk" is bad on
2901
2904
# some platforms.
2902
 
# Always define AMTAR for backward compatibility.
2903
 
 
2904
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
2905
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2906
# in the wild :-(  We should find a proper way to deprecate it ...
 
2907
AMTAR='$${TAR-tar}'
2905
2908
 
2906
2909
 
2907
2910
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3001
3004
no)  AM_DEFAULT_VERBOSITY=1;;
3002
3005
*)   AM_DEFAULT_VERBOSITY=0;;
3003
3006
esac
 
3007
am_make=${MAKE-make}
 
3008
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
3009
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
3010
if ${am_cv_make_support_nested_variables+:} false; then :
 
3011
  $as_echo_n "(cached) " >&6
 
3012
else
 
3013
  if $as_echo 'TRUE=$(BAR$(V))
 
3014
BAR0=false
 
3015
BAR1=true
 
3016
V=1
 
3017
am__doit:
 
3018
        @$(TRUE)
 
3019
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
3020
  am_cv_make_support_nested_variables=yes
 
3021
else
 
3022
  am_cv_make_support_nested_variables=no
 
3023
fi
 
3024
fi
 
3025
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
3026
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
3027
if test $am_cv_make_support_nested_variables = yes; then
 
3028
    AM_V='$(V)'
 
3029
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
3030
else
 
3031
  AM_V=$AM_DEFAULT_VERBOSITY
 
3032
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
3033
fi
3004
3034
AM_BACKSLASH='\'
3005
3035
 
3006
3036
 
3846
3876
if test "x$enable_dependency_tracking" != xno; then
3847
3877
  am_depcomp="$ac_aux_dir/depcomp"
3848
3878
  AMDEPBACKSLASH='\'
 
3879
  am__nodep='_no'
3849
3880
fi
3850
3881
 if test "x$enable_dependency_tracking" != xno; then
3851
3882
  AMDEP_TRUE=
3870
3901
  # instance it was reported that on HP-UX the gcc test will end up
3871
3902
  # making a dummy file named `D' -- because `-MD' means `put the output
3872
3903
  # in D'.
 
3904
  rm -rf conftest.dir
3873
3905
  mkdir conftest.dir
3874
3906
  # Copy depcomp to subdir because otherwise we won't find it if we're
3875
3907
  # using a relative directory.
3929
3961
        break
3930
3962
      fi
3931
3963
      ;;
3932
 
    msvisualcpp | msvcmsys)
 
3964
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3933
3965
      # This compiler won't grok `-c -o', but also, the minuso test has
3934
3966
      # not run yet.  These depmodes are late enough in the game, and
3935
3967
      # so weak that their functioning should not be impacted.
4280
4312
 
4281
4313
 
4282
4314
 
4283
 
macro_version='2.4'
4284
 
macro_revision='1.3293'
 
4315
macro_version='2.4.2'
 
4316
macro_revision='1.3337'
4285
4317
 
4286
4318
 
4287
4319
 
5126
5158
    lt_cv_sys_max_cmd_len=196608
5127
5159
    ;;
5128
5160
 
 
5161
  os2*)
 
5162
    # The test takes a long time on OS/2.
 
5163
    lt_cv_sys_max_cmd_len=8192
 
5164
    ;;
 
5165
 
5129
5166
  osf*)
5130
5167
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5131
5168
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5165
5202
      # If test is not a shell built-in, we'll probably end up computing a
5166
5203
      # maximum length that is only half of the actual maximum length, but
5167
5204
      # we can't tell.
5168
 
      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
 
5205
      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5169
5206
                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5170
5207
              test $i != 17 # 1/2 MB should be enough
5171
5208
      do
5594
5631
  lt_cv_deplibs_check_method=pass_all
5595
5632
  ;;
5596
5633
 
5597
 
# This must be Linux ELF.
 
5634
# This must be glibc/ELF.
5598
5635
linux* | k*bsd*-gnu | kopensolaris*-gnu)
5599
5636
  lt_cv_deplibs_check_method=pass_all
5600
5637
  ;;
6235
6272
if test -n "$RANLIB"; then
6236
6273
  case $host_os in
6237
6274
  openbsd*)
6238
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
6275
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6239
6276
    ;;
6240
6277
  *)
6241
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
6278
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6242
6279
    ;;
6243
6280
  esac
6244
 
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
6281
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6245
6282
fi
6246
6283
 
6247
6284
case $host_os in
6388
6425
    # which start with @ or ?.
6389
6426
    lt_cv_sys_global_symbol_pipe="$AWK '"\
6390
6427
"     {last_section=section; section=\$ 3};"\
 
6428
"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6391
6429
"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6392
6430
"     \$ 0!~/External *\|/{next};"\
6393
6431
"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6776
6814
    CFLAGS="$SAVE_CFLAGS"
6777
6815
  fi
6778
6816
  ;;
6779
 
sparc*-*solaris*)
 
6817
*-*solaris*)
6780
6818
  # Find out which ABI we are using.
6781
6819
  echo 'int i;' > conftest.$ac_ext
6782
6820
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6787
6825
    case `/usr/bin/file conftest.o` in
6788
6826
    *64-bit*)
6789
6827
      case $lt_cv_prog_gnu_ld in
6790
 
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
6828
      yes*)
 
6829
        case $host in
 
6830
        i?86-*-solaris*)
 
6831
          LD="${LD-ld} -m elf_x86_64"
 
6832
          ;;
 
6833
        sparc*-*-solaris*)
 
6834
          LD="${LD-ld} -m elf64_sparc"
 
6835
          ;;
 
6836
        esac
 
6837
        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
 
6838
        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
 
6839
          LD="${LD-ld}_sol2"
 
6840
        fi
 
6841
        ;;
6791
6842
      *)
6792
6843
        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6793
6844
          LD="${LD-ld} -64"
7427
7478
        $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7428
7479
          -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7429
7480
        _lt_result=$?
7430
 
        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
7481
        # If there is a non-empty error log, and "single_module"
 
7482
        # appears in it, assume the flag caused a linker warning
 
7483
        if test -s conftest.err && $GREP single_module conftest.err; then
 
7484
          cat conftest.err >&5
 
7485
        # Otherwise, if the output was created with a 0 exit code from
 
7486
        # the compiler, it worked.
 
7487
        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7431
7488
          lt_cv_apple_cc_single_mod=yes
7432
7489
        else
7433
7490
          cat conftest.err >&5
7438
7495
fi
7439
7496
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7440
7497
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
7498
 
7441
7499
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7442
7500
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7443
7501
if ${lt_cv_ld_exported_symbols_list+:} false; then :
7470
7528
fi
7471
7529
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7472
7530
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
7531
 
7473
7532
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7474
7533
$as_echo_n "checking for -force_load linker flag... " >&6; }
7475
7534
if ${lt_cv_ld_force_load+:} false; then :
7491
7550
      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7492
7551
      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7493
7552
      _lt_result=$?
7494
 
      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
 
7553
      if test -s conftest.err && $GREP force_load conftest.err; then
 
7554
        cat conftest.err >&5
 
7555
      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7495
7556
        lt_cv_ld_force_load=yes
7496
7557
      else
7497
7558
        cat conftest.err >&5
7894
7955
 
7895
7956
# Check whether --with-pic was given.
7896
7957
if test "${with_pic+set}" = set; then :
7897
 
  withval=$with_pic; pic_mode="$withval"
 
7958
  withval=$with_pic; lt_p=${PACKAGE-default}
 
7959
    case $withval in
 
7960
    yes|no) pic_mode=$withval ;;
 
7961
    *)
 
7962
      pic_mode=default
 
7963
      # Look at the argument we got.  We use all the common list separators.
 
7964
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
7965
      for lt_pkg in $withval; do
 
7966
        IFS="$lt_save_ifs"
 
7967
        if test "X$lt_pkg" = "X$lt_p"; then
 
7968
          pic_mode=yes
 
7969
        fi
 
7970
      done
 
7971
      IFS="$lt_save_ifs"
 
7972
      ;;
 
7973
    esac
7898
7974
else
7899
7975
  pic_mode=default
7900
7976
fi
7972
8048
 
7973
8049
 
7974
8050
 
 
8051
 
 
8052
 
 
8053
 
 
8054
 
7975
8055
test -z "$LN_S" && LN_S="ln -s"
7976
8056
 
7977
8057
 
8431
8511
    case $cc_basename in
8432
8512
    nvcc*) # Cuda Compiler Driver 2.2
8433
8513
      lt_prog_compiler_wl='-Xlinker '
8434
 
      lt_prog_compiler_pic='-Xcompiler -fPIC'
 
8514
      if test -n "$lt_prog_compiler_pic"; then
 
8515
        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
 
8516
      fi
8435
8517
      ;;
8436
8518
    esac
8437
8519
  else
8522
8604
        ;;
8523
8605
      *)
8524
8606
        case `$CC -V 2>&1 | sed 5q` in
8525
 
        *Sun\ F* | *Sun*Fortran*)
 
8607
        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8526
8608
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
8527
8609
          lt_prog_compiler_pic='-KPIC'
8528
8610
          lt_prog_compiler_static='-Bstatic'
8529
8611
          lt_prog_compiler_wl=''
8530
8612
          ;;
 
8613
        *Sun\ F* | *Sun*Fortran*)
 
8614
          lt_prog_compiler_pic='-KPIC'
 
8615
          lt_prog_compiler_static='-Bstatic'
 
8616
          lt_prog_compiler_wl='-Qoption ld '
 
8617
          ;;
8531
8618
        *Sun\ C*)
8532
8619
          # Sun C 5.9
8533
8620
          lt_prog_compiler_pic='-KPIC'
8534
8621
          lt_prog_compiler_static='-Bstatic'
8535
8622
          lt_prog_compiler_wl='-Wl,'
8536
8623
          ;;
 
8624
        *Intel*\ [CF]*Compiler*)
 
8625
          lt_prog_compiler_wl='-Wl,'
 
8626
          lt_prog_compiler_pic='-fPIC'
 
8627
          lt_prog_compiler_static='-static'
 
8628
          ;;
 
8629
        *Portland\ Group*)
 
8630
          lt_prog_compiler_wl='-Wl,'
 
8631
          lt_prog_compiler_pic='-fpic'
 
8632
          lt_prog_compiler_static='-Bstatic'
 
8633
          ;;
8537
8634
        esac
8538
8635
        ;;
8539
8636
      esac
8895
8992
  hardcode_direct=no
8896
8993
  hardcode_direct_absolute=no
8897
8994
  hardcode_libdir_flag_spec=
8898
 
  hardcode_libdir_flag_spec_ld=
8899
8995
  hardcode_libdir_separator=
8900
8996
  hardcode_minus_L=no
8901
8997
  hardcode_shlibpath_var=unsupported
9145
9241
        xlf* | bgf* | bgxlf* | mpixlf*)
9146
9242
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9147
9243
          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9148
 
          hardcode_libdir_flag_spec=
9149
 
          hardcode_libdir_flag_spec_ld='-rpath $libdir'
 
9244
          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9150
9245
          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9151
9246
          if test "x$supports_anon_versioning" = xyes; then
9152
9247
            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9525
9620
        # The linker will not automatically build a static lib if we build a DLL.
9526
9621
        # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9527
9622
        enable_shared_with_static_runtimes=yes
 
9623
        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9528
9624
        export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9529
9625
        # Don't use ranlib
9530
9626
        old_postinstall_cmds='chmod 644 $oldlib'
9570
9666
  hardcode_shlibpath_var=unsupported
9571
9667
  if test "$lt_cv_ld_force_load" = "yes"; then
9572
9668
    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
9669
 
9573
9670
  else
9574
9671
    whole_archive_flag_spec=''
9575
9672
  fi
9598
9695
      hardcode_shlibpath_var=no
9599
9696
      ;;
9600
9697
 
9601
 
    freebsd1*)
9602
 
      ld_shlibs=no
9603
 
      ;;
9604
 
 
9605
9698
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9606
9699
    # support.  Future versions do this automatically, but an explicit c++rt0.o
9607
9700
    # does not break anything, and helps significantly (at the cost of a little
9614
9707
      ;;
9615
9708
 
9616
9709
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9617
 
    freebsd2*)
 
9710
    freebsd2.*)
9618
9711
      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9619
9712
      hardcode_direct=yes
9620
9713
      hardcode_minus_L=yes
9653
9746
      fi
9654
9747
      if test "$with_gnu_ld" = no; then
9655
9748
        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9656
 
        hardcode_libdir_flag_spec_ld='+b $libdir'
9657
9749
        hardcode_libdir_separator=:
9658
9750
        hardcode_direct=yes
9659
9751
        hardcode_direct_absolute=yes
10277
10369
 
10278
10370
 
10279
10371
 
10280
 
 
10281
 
 
10282
 
 
10283
 
 
10284
 
 
10285
10372
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10286
10373
$as_echo_n "checking dynamic linker characteristics... " >&6; }
10287
10374
 
10371
10458
 
10372
10459
case $host_os in
10373
10460
aix3*)
10374
 
  version_type=linux
 
10461
  version_type=linux # correct to gnu/linux during the next big refactor
10375
10462
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10376
10463
  shlibpath_var=LIBPATH
10377
10464
 
10380
10467
  ;;
10381
10468
 
10382
10469
aix[4-9]*)
10383
 
  version_type=linux
 
10470
  version_type=linux # correct to gnu/linux during the next big refactor
10384
10471
  need_lib_prefix=no
10385
10472
  need_version=no
10386
10473
  hardcode_into_libs=yes
10445
10532
  ;;
10446
10533
 
10447
10534
bsdi[45]*)
10448
 
  version_type=linux
 
10535
  version_type=linux # correct to gnu/linux during the next big refactor
10449
10536
  need_version=no
10450
10537
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10451
10538
  soname_spec='${libname}${release}${shared_ext}$major'
10584
10671
  ;;
10585
10672
 
10586
10673
dgux*)
10587
 
  version_type=linux
 
10674
  version_type=linux # correct to gnu/linux during the next big refactor
10588
10675
  need_lib_prefix=no
10589
10676
  need_version=no
10590
10677
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10592
10679
  shlibpath_var=LD_LIBRARY_PATH
10593
10680
  ;;
10594
10681
 
10595
 
freebsd1*)
10596
 
  dynamic_linker=no
10597
 
  ;;
10598
 
 
10599
10682
freebsd* | dragonfly*)
10600
10683
  # DragonFly does not have aout.  When/if they implement a new
10601
10684
  # versioning mechanism, adjust this.
10603
10686
    objformat=`/usr/bin/objformat`
10604
10687
  else
10605
10688
    case $host_os in
10606
 
    freebsd[123]*) objformat=aout ;;
 
10689
    freebsd[23].*) objformat=aout ;;
10607
10690
    *) objformat=elf ;;
10608
10691
    esac
10609
10692
  fi
10621
10704
  esac
10622
10705
  shlibpath_var=LD_LIBRARY_PATH
10623
10706
  case $host_os in
10624
 
  freebsd2*)
 
10707
  freebsd2.*)
10625
10708
    shlibpath_overrides_runpath=yes
10626
10709
    ;;
10627
10710
  freebsd3.[01]* | freebsdelf3.[01]*)
10641
10724
  ;;
10642
10725
 
10643
10726
gnu*)
10644
 
  version_type=linux
 
10727
  version_type=linux # correct to gnu/linux during the next big refactor
10645
10728
  need_lib_prefix=no
10646
10729
  need_version=no
10647
10730
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10648
10731
  soname_spec='${libname}${release}${shared_ext}$major'
10649
10732
  shlibpath_var=LD_LIBRARY_PATH
 
10733
  shlibpath_overrides_runpath=no
10650
10734
  hardcode_into_libs=yes
10651
10735
  ;;
10652
10736
 
10653
10737
haiku*)
10654
 
  version_type=linux
 
10738
  version_type=linux # correct to gnu/linux during the next big refactor
10655
10739
  need_lib_prefix=no
10656
10740
  need_version=no
10657
10741
  dynamic_linker="$host_os runtime_loader"
10712
10796
  ;;
10713
10797
 
10714
10798
interix[3-9]*)
10715
 
  version_type=linux
 
10799
  version_type=linux # correct to gnu/linux during the next big refactor
10716
10800
  need_lib_prefix=no
10717
10801
  need_version=no
10718
10802
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10728
10812
    nonstopux*) version_type=nonstopux ;;
10729
10813
    *)
10730
10814
        if test "$lt_cv_prog_gnu_ld" = yes; then
10731
 
                version_type=linux
 
10815
                version_type=linux # correct to gnu/linux during the next big refactor
10732
10816
        else
10733
10817
                version_type=irix
10734
10818
        fi ;;
10765
10849
  dynamic_linker=no
10766
10850
  ;;
10767
10851
 
10768
 
# This must be Linux ELF.
 
10852
# This must be glibc/ELF.
10769
10853
linux* | k*bsd*-gnu | kopensolaris*-gnu)
10770
 
  version_type=linux
 
10854
  version_type=linux # correct to gnu/linux during the next big refactor
10771
10855
  need_lib_prefix=no
10772
10856
  need_version=no
10773
10857
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10853
10937
  ;;
10854
10938
 
10855
10939
newsos6)
10856
 
  version_type=linux
 
10940
  version_type=linux # correct to gnu/linux during the next big refactor
10857
10941
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10858
10942
  shlibpath_var=LD_LIBRARY_PATH
10859
10943
  shlibpath_overrides_runpath=yes
10922
11006
  ;;
10923
11007
 
10924
11008
solaris*)
10925
 
  version_type=linux
 
11009
  version_type=linux # correct to gnu/linux during the next big refactor
10926
11010
  need_lib_prefix=no
10927
11011
  need_version=no
10928
11012
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10947
11031
  ;;
10948
11032
 
10949
11033
sysv4 | sysv4.3*)
10950
 
  version_type=linux
 
11034
  version_type=linux # correct to gnu/linux during the next big refactor
10951
11035
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10952
11036
  soname_spec='${libname}${release}${shared_ext}$major'
10953
11037
  shlibpath_var=LD_LIBRARY_PATH
10971
11055
 
10972
11056
sysv4*MP*)
10973
11057
  if test -d /usr/nec ;then
10974
 
    version_type=linux
 
11058
    version_type=linux # correct to gnu/linux during the next big refactor
10975
11059
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10976
11060
    soname_spec='$libname${shared_ext}.$major'
10977
11061
    shlibpath_var=LD_LIBRARY_PATH
11002
11086
 
11003
11087
tpf*)
11004
11088
  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11005
 
  version_type=linux
 
11089
  version_type=linux # correct to gnu/linux during the next big refactor
11006
11090
  need_lib_prefix=no
11007
11091
  need_version=no
11008
11092
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11012
11096
  ;;
11013
11097
 
11014
11098
uts4*)
11015
 
  version_type=linux
 
11099
  version_type=linux # correct to gnu/linux during the next big refactor
11016
11100
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11017
11101
  soname_spec='${libname}${release}${shared_ext}$major'
11018
11102
  shlibpath_var=LD_LIBRARY_PATH
11794
11878
 
11795
11879
 
11796
11880
 
 
11881
 
 
11882
 
11797
11883
        ac_config_commands="$ac_config_commands libtool"
11798
11884
 
11799
11885
 
16607
16693
# report actual input values of CONFIG_FILES etc. instead of their
16608
16694
# values after options handling.
16609
16695
ac_log="
16610
 
This file was extended by gnome-session $as_me 3.4.2.1, which was
 
16696
This file was extended by gnome-session $as_me 3.5.2, which was
16611
16697
generated by GNU Autoconf 2.68.  Invocation command line was
16612
16698
 
16613
16699
  CONFIG_FILES    = $CONFIG_FILES
16673
16759
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16674
16760
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16675
16761
ac_cs_version="\\
16676
 
gnome-session config.status 3.4.2.1
 
16762
gnome-session config.status 3.5.2
16677
16763
configured by $0, generated by GNU Autoconf 2.68,
16678
16764
  with options \\"\$ac_cs_config\\"
16679
16765
 
16810
16896
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16811
16897
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16812
16898
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
 
16899
PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
16813
16900
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16814
16901
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16815
16902
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16892
16979
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16893
16980
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16894
16981
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16895
 
hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16896
16982
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16897
16983
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16898
16984
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16948
17034
# Quote evaled strings.
16949
17035
for var in SHELL \
16950
17036
ECHO \
 
17037
PATH_SEPARATOR \
16951
17038
SED \
16952
17039
GREP \
16953
17040
EGREP \
16998
17085
allow_undefined_flag \
16999
17086
no_undefined_flag \
17000
17087
hardcode_libdir_flag_spec \
17001
 
hardcode_libdir_flag_spec_ld \
17002
17088
hardcode_libdir_separator \
17003
17089
exclude_expsyms \
17004
17090
include_expsyms \
17816
17902
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17817
17903
#
17818
17904
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17819
 
#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
17820
 
#                 Inc.
 
17905
#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
17906
#                 Foundation, Inc.
17821
17907
#   Written by Gordon Matzigkeit, 1996
17822
17908
#
17823
17909
#   This file is part of GNU Libtool.
17871
17957
# An echo program that protects backslashes.
17872
17958
ECHO=$lt_ECHO
17873
17959
 
 
17960
# The PATH separator for the build system.
 
17961
PATH_SEPARATOR=$lt_PATH_SEPARATOR
 
17962
 
17874
17963
# The host system.
17875
17964
host_alias=$host_alias
17876
17965
host=$host
18172
18261
# This must work even if \$libdir does not exist
18173
18262
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18174
18263
 
18175
 
# If ld is used when linking, flag to hardcode \$libdir into a binary
18176
 
# during linking.  This must work even if \$libdir does not exist.
18177
 
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18178
 
 
18179
18264
# Whether we need a single "-rpath" flag with a separated argument.
18180
18265
hardcode_libdir_separator=$lt_hardcode_libdir_separator
18181
18266